Skip to content

Commit df1fd51

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/ImageDraw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import math
3535
import numbers
3636
import struct
37-
from typing import cast, Sequence
37+
from typing import Sequence, cast
3838

3939
from . import Image, ImageColor
4040
from ._typing import CoordList

0 commit comments

Comments
 (0)