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.
1 parent 24934db commit e6ba3adCopy full SHA for e6ba3ad
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