Skip to content

Commit

Permalink
fix: correct import statement in batch (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Feb 5, 2024
2 parents 56695db + c2dd92f commit 8473936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geetools/batch/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import ee

from .. import tools
from ..utils import makeName
from .._deprecated_utils import makeName
from . import utils


Expand Down
2 changes: 1 addition & 1 deletion geetools/batch/imagecollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import ee

from .. import tools
from ..utils import makeName
from .._deprecated_utils import makeName
from . import utils


Expand Down

0 comments on commit 8473936

Please sign in to comment.