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 ee4431a commit b7363b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/FitsStubImagePlugin.py
Expand Up @@ -11,7 +11,7 @@

import warnings

from . import Image, ImageFile, FitsImagePlugin
from . import FitsImagePlugin, Image, ImageFile

_handler = None

Expand Down

0 comments on commit b7363b8

Please sign in to comment.