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 Dec 9, 2022
1 parent 3c763ed commit d8fd2a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions satpy/tests/writer_tests/test_mitiff.py
Expand Up @@ -20,11 +20,11 @@
Based on the test for geotiff writer
"""
import os
import logging
import os
import unittest
import numpy as np

import numpy as np
from PIL import Image

logger = logging.getLogger()
Expand Down
2 changes: 1 addition & 1 deletion satpy/writers/mitiff.py
Expand Up @@ -17,8 +17,8 @@
# satpy. If not, see <http://www.gnu.org/licenses/>.
"""MITIFF writer objects for creating MITIFF files from `Dataset` objects."""

import os
import logging
import os

import dask
import numpy as np
Expand Down

0 comments on commit d8fd2a2

Please sign in to comment.