Skip to content

Commit f59c072

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PIL/ImagePalette.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def save(self, fp: str | IO[str]) -> None:
209209

210210
def raw(rawmode, data: Sequence[int] | bytes | bytearray) -> ImagePalette:
211211
from . import Image
212+
212213
if rawmode in Image._DEPRECATED_RAWMODES:
213214
deprecate(
214215
f"rawmode {rawmode}",

0 commit comments

Comments
 (0)