Skip to content

Commit

Permalink
Disable type checking within _jaraco_text.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Feb 4, 2023
1 parent eb7b4ed commit 9508b82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pip/_internal/utils/_jaraco_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
IN THE SOFTWARE.
"""

# We don't check this file with mypy because it's not really worth it doing so
# since we're not going to use this in pip._internal.
# type: ignore

import functools
import itertools

Expand Down

0 comments on commit 9508b82

Please sign in to comment.