Skip to content

Commit 1e73a19

Browse files
committed
type: ignore[override]
1 parent 7a1748e commit 1e73a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distutils/compilers/C/msvc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def link(
559559
else:
560560
log.debug("skipping %s (up-to-date)", output_filename)
561561

562-
@overload
562+
@overload # type: ignore[override] # env param not available
563563
def spawn(
564564
self,
565565
cmd: Sequence[bytes | os.PathLike[bytes] | str | os.PathLike[str]],

0 commit comments

Comments
 (0)