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 cffc78b commit 278766cCopy full SHA for 278766c
1 file changed
httpx/__init__.py
@@ -104,7 +104,7 @@ def main() -> None: # type: ignore
104
if not __name.startswith("__"):
105
try:
106
setattr(__locals[__name], "__module__", "httpx") # noqa
107
- except AttributeError: # noqa
+ except AttributeError: # pragma: no cover
108
# typing.Union instances are immutable in Python 3.14+,
109
# so don't fail if writing to "__module__" fails
110
- continue # noqa
+ continue # pragma: no cover
0 commit comments