From cae61529a1f739c2bc07f7ec9d6392cddceccb26 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 9 May 2022 15:31:02 +0200 Subject: [PATCH] L2SS-785: Added missing import --- tangostationcontrol/tangostationcontrol/test/beam/test_geo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/test/beam/test_geo.py b/tangostationcontrol/tangostationcontrol/test/beam/test_geo.py index ecc81b6c4..0d2f5b0c6 100644 --- a/tangostationcontrol/tangostationcontrol/test/beam/test_geo.py +++ b/tangostationcontrol/tangostationcontrol/test/beam/test_geo.py @@ -7,7 +7,7 @@ # Distributed under the terms of the APACHE license. # See LICENSE.txt for more info. -from tangostationcontrol.beam.geo import ETRS_to_ITRF, ETRS_to_GEO +from tangostationcontrol.beam.geo import ETRS_to_ITRF, ETRS_to_GEO, GEO_to_GEOHASH from tangostationcontrol.test import base -- GitLab