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 30c1499 commit 1ce2d86Copy full SHA for 1ce2d86
code_submitter/auth.py
@@ -101,7 +101,7 @@ def __init__(
101
# Munge types to cope with httpx not supporting strict_optional but
102
# actually being fine with given `None`. Note we expect only to pass
103
# this value in tests, so need to cope with it being `None` most of the
104
- # time anyway.
+ # time anyway. See https://github.com/python/mypy/issues/9208.
105
app = cast(Starlette, _target)
106
self.client = httpx.AsyncClient(base_url=url, app=app, verify=verify)
107
0 commit comments