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 Feb 19, 2022
1 parent 3d61aa4 commit 96dddb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tests/test_file_fits.py
Expand Up @@ -73,4 +73,8 @@ def load(self, im):
assert handler.loaded

FitsStubImagePlugin._handler = None
Image.register_open(FitsImagePlugin.FitsImageFile.format, FitsImagePlugin.FitsImageFile, FitsImagePlugin._accept)
Image.register_open(
FitsImagePlugin.FitsImageFile.format,
FitsImagePlugin.FitsImageFile,
FitsImagePlugin._accept,
)

0 comments on commit 96dddb9

Please sign in to comment.