Skip to content

Commit

Permalink
Correcting imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed May 27, 2024
1 parent b6bba04 commit ca4e954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
export C_INCLUDE_PATH=/usr/include/gdal
python -m pip install gdal==$(gdal-config --version)
python -m pip install -r requirements.txt
python -m pip install .
# Develoment mode for pytest to work
python -m pip install -e .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
1 change: 0 additions & 1 deletion geefcc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from .ee_initialize import ee_initialize
from .get_fcc import get_fcc
from .sum_raster_bands import sum_raster_bands
import misc

# GDAL exceptions
gdal.UseExceptions()
Expand Down

0 comments on commit ca4e954

Please sign in to comment.