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 Dec 25, 2023
1 parent 1fa83d5 commit 55a3d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/PIL/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
from collections.abc import Callable, MutableMapping
from enum import IntEnum
from pathlib import Path

from typing_extensions import Self

try:
Expand Down
1 change: 1 addition & 0 deletions src/PIL/ImageSequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from __future__ import annotations

from typing import Callable

from typing_extensions import Self

from . import Image
Expand Down

0 comments on commit 55a3d8b

Please sign in to comment.