Skip to content

Commit

Permalink
refactor: remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus committed Oct 4, 2024
1 parent 85e0c17 commit 60f3899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/analysis/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from ...settings.globals import GEOSTORE_SIZE_LIMIT_OTF
from ...utils.geostore import get_geostore
from .. import DATE_REGEX
from ..datasets.queries import _query_raster_lambda, _query_dataset_json
from ..datasets.queries import _query_raster_lambda

router = APIRouter()

Expand Down

0 comments on commit 60f3899

Please sign in to comment.