Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2023
1 parent 8c41dd5 commit f25d6e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CI/SCRIPTS/test_arcpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

ci.reduce_verbosity()


# flake8: noqa
def test_arcpy():
"""Test CI functions"""
Expand Down
1 change: 0 additions & 1 deletion sertit/rasters_rio.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def path_or_arr_or_dst_wrapper(
import xarray as xr

if isinstance(path_or_arr_or_ds, (xr.DataArray, xr.Dataset)):

meta = {
"driver": "GTiff",
"dtype": path_or_arr_or_ds.dtype,
Expand Down

0 comments on commit f25d6e2

Please sign in to comment.