Skip to content

Commit

Permalink
Change imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed May 28, 2024
1 parent 75da79d commit f7e3a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geefcc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .ee_initialize import ee_initialize
from .get_fcc import get_fcc
from .sum_raster_bands import sum_raster_bands
from .misc import make_dir
from . import misc

# GDAL exceptions
gdal.UseExceptions()
Expand Down
2 changes: 1 addition & 1 deletion geefcc/get_fcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import multiprocessing as mp

from .get_extent_from_aoi import get_extent_from_aoi
from .misc.miscellaneous import make_dir
from .misc import make_dir
from .make_grid import make_grid, grid_intersection
from .geeic2geotiff import geeic2geotiff
from .geotiff_from_tiles import geotiff_from_tiles
Expand Down

0 comments on commit f7e3a61

Please sign in to comment.