Skip to content

Commit 8561875

Browse files
authored
Merge pull request #8532 from radarhere/type_hint
2 parents 82199ef + 2d23a84 commit 8561875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ def debug_build() -> bool:
10011001
return hasattr(sys, "gettotalrefcount") or FUZZING_BUILD
10021002

10031003

1004-
files = ["src/_imaging.c"]
1004+
files: list[str | os.PathLike[str]] = ["src/_imaging.c"]
10051005
for src_file in _IMAGING:
10061006
files.append("src/" + src_file + ".c")
10071007
for src_file in _LIB_IMAGING:

0 commit comments

Comments
 (0)