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 Jan 10, 2024
1 parent 881ccee commit e41e890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/PsdImagePlugin.py
Expand Up @@ -23,8 +23,8 @@
from ._binary import i8
from ._binary import i16be as i16
from ._binary import i32be as i32
from ._binary import si32be as si32
from ._binary import si16be as si16
from ._binary import si32be as si32

MODES = {
# (photoshop mode, bits) -> (pil mode, required channels)
Expand Down

0 comments on commit e41e890

Please sign in to comment.