Skip to content

Commit

Permalink
πŸ§Žβ€β™€οΈ Genuflect to the types.
Browse files Browse the repository at this point in the history
Suppress the spurious error from mypy as reported in python/mypy#15970. Closes #22.
  • Loading branch information
jaraco committed Aug 26, 2023
1 parent 9eef156 commit e82a042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip_run/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from more_itertools import locate, split_at
from jaraco.functools import bypass_when
from jaraco import env
from jaraco import env # type: ignore # (python/mypy#15970)

from ._py38compat import files

Expand Down

0 comments on commit e82a042

Please sign in to comment.