Skip to content

Commit

Permalink
fix meteoblue (issue due to nonstandard import)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed Aug 28, 2023
1 parent 9bddd0b commit 60e0f26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eolearn/io/extra/meteoblue.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
import pandas as pd
import shapely.geometry

from eolearn.core.types import Feature

try:
import meteoblue_dataset_sdk
from meteoblue_dataset_sdk.caching import FileCache
Expand All @@ -38,6 +36,7 @@

from eolearn.core import EOPatch, EOTask
from eolearn.core.constants import TIMESTAMP_COLUMN
from eolearn.core.types import Feature


class BaseMeteoblueTask(EOTask, metaclass=ABCMeta):
Expand Down

0 comments on commit 60e0f26

Please sign in to comment.