From 283748e9446737c4f27581bf67a3836a40b70bae Mon Sep 17 00:00:00 2001 From: zachghiaccio Date: Fri, 18 Aug 2023 18:32:49 +0000 Subject: [PATCH] quickfix for granules error --- icepyx/core/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icepyx/core/query.py b/icepyx/core/query.py index 5f0fa665f..c643b390c 100644 --- a/icepyx/core/query.py +++ b/icepyx/core/query.py @@ -12,7 +12,7 @@ import icepyx.core.APIformatting as apifmt import icepyx.core.granules as granules -from granules import Granules +from icepyx.core.granules import Granules import icepyx.core.is2ref as is2ref from icepyx.core.variables import Variables