Skip to content

Commit 2425b37

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9c7f818 commit 2425b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def init():
355355
if _initialized >= 2:
356356
return 0
357357

358-
parrent_module, _, _ = __name__.rpartition('.')
358+
parrent_module, _, _ = __name__.rpartition(".")
359359
for plugin in _plugins:
360360
try:
361361
logger.debug("Importing %s", plugin)

0 commit comments

Comments
 (0)