Skip to content

Commit e41e890

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 881ccee commit e41e890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/PsdImagePlugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
from ._binary import i8
2424
from ._binary import i16be as i16
2525
from ._binary import i32be as i32
26-
from ._binary import si32be as si32
2726
from ._binary import si16be as si16
27+
from ._binary import si32be as si32
2828

2929
MODES = {
3030
# (photoshop mode, bits) -> (pil mode, required channels)

0 commit comments

Comments
 (0)