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 87938d0 commit 30831a7Copy full SHA for 30831a7
1 file changed
stdlib/urllib/parse.pyi
@@ -75,9 +75,8 @@ if sys.version_info >= (3, 15):
75
class _DefragResultBase(NamedTuple, Generic[_ResultStrT, _ResultComponentT]):
76
url: _ResultStrT
77
fragment: _ResultComponentT
78
- if sys.version_info >= (3, 15):
79
- # Ignore needed due to mypy#21453.
80
- def geturl(self) -> _ResultStrT: ... # type: ignore[misc]
+ # Ignore needed due to mypy#21453.
+ def geturl(self) -> _ResultStrT: ... # type: ignore[misc]
81
82
else:
83
0 commit comments