Skip to content

Commit

Permalink
Add a missing type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Mar 4, 2025
1 parent dcdaf13 commit 82b861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/modified.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
try:
# Ensure a DistutilsError raised by these methods is the same as distutils.errors.DistutilsError
from distutils._modified import (
from distutils._modified import ( # type: ignore[import-not-found]
newer,
newer_group,
newer_pairwise,
Expand Down

0 comments on commit 82b861c

Please sign in to comment.