Skip to content

Commit edaf7ac

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PIL/ImageFile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ def decode(self, buffer):
713713
msg = "unavailable in base decoder"
714714
raise NotImplementedError(msg)
715715

716-
def set_as_raw(self, data: bytes, rawmode = None) -> None:
716+
def set_as_raw(self, data: bytes, rawmode=None) -> None:
717717
"""
718718
Convenience method to set the internal image from a stream of raw data
719719

0 commit comments

Comments
 (0)