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 15, 2024
1 parent 6a2bdb6 commit edaf7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/ImageFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ def decode(self, buffer):
msg = "unavailable in base decoder"
raise NotImplementedError(msg)

def set_as_raw(self, data: bytes, rawmode = None) -> None:
def set_as_raw(self, data: bytes, rawmode=None) -> None:
"""
Convenience method to set the internal image from a stream of raw data
Expand Down

0 comments on commit edaf7ac

Please sign in to comment.