Skip to content

Commit 1ce2d86

Browse files
committed
Link relevant mypy issue
1 parent 30c1499 commit 1ce2d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_submitter/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __init__(
101101
# Munge types to cope with httpx not supporting strict_optional but
102102
# actually being fine with given `None`. Note we expect only to pass
103103
# this value in tests, so need to cope with it being `None` most of the
104-
# time anyway.
104+
# time anyway. See https://github.com/python/mypy/issues/9208.
105105
app = cast(Starlette, _target)
106106
self.client = httpx.AsyncClient(base_url=url, app=app, verify=verify)
107107

0 commit comments

Comments
 (0)