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 Mar 8, 2024
1 parent ed37b0d commit c45cbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/test_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ def test_open_file_or_filename_uses_mode(tmp_path):
res = open_file_or_filename(tmp_path / "hej", mode="rb").read()
assert isinstance(res, bytes)


@pytest.fixture(scope="module")
def local_netcdf_filename(tmp_path_factory):
"""Create a simple local NetCDF file."""
Expand Down

0 comments on commit c45cbb0

Please sign in to comment.