Skip to content

Commit

Permalink
light fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Nov 9, 2023
1 parent aa66b7f commit 228b8bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: chartboost/ruff-action@v1
with:
src: "./earthdaily"
args: --ignore F401
args: --ignore F401 E722
- uses: chartboost/ruff-action@v1
with:
src: "./earthdaily"
Expand Down
1 change: 0 additions & 1 deletion earthdaily/earthdatastore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ def datacube(
search_kwargs = self._update_search_kwargs_for_ag_cloud_mask(
search_kwargs, collections
)
geom = None
if intersects is not None:
intersects = cube_utils.GeometryManager(intersects).to_geopandas()
items = self.search(
Expand Down

0 comments on commit 228b8bc

Please sign in to comment.