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 Sep 12, 2023
1 parent ed9948f commit 31104fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion satpy/readers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

import logging
import os
import pathlib
import pickle # nosec B403
import warnings
import pathlib
from datetime import datetime, timedelta
from functools import total_ordering

Expand Down
2 changes: 1 addition & 1 deletion satpy/readers/hdf5_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
import numpy as np
import xarray as xr

from satpy.readers import open_file_or_filename
from satpy.readers.file_handlers import BaseFileHandler
from satpy.readers.utils import np2str
from satpy.utils import get_legacy_chunk_size
from satpy.readers import open_file_or_filename

LOG = logging.getLogger(__name__)
CHUNK_SIZE = get_legacy_chunk_size()
Expand Down

0 comments on commit 31104fb

Please sign in to comment.