We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type: ignore
2 parents 24934db + e6ba3ad commit 46fdc42Copy full SHA for 46fdc42
pkg_resources/__init__.py
@@ -2648,7 +2648,7 @@ def _cygwin_patch(filename: StrOrBytesPath): # pragma: nocover
2648
would probably better, in Cygwin even more so, except
2649
that this seems to be by design...
2650
"""
2651
- return os.path.abspath(filename) if sys.platform == 'cygwin' else filename # type: ignore[type-var] # python/mypy#17952
+ return os.path.abspath(filename) if sys.platform == 'cygwin' else filename
2652
2653
2654
if TYPE_CHECKING:
0 commit comments