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 284a210 commit 5541e9bCopy full SHA for 5541e9b
1 file changed
githubkit/github.py
@@ -99,7 +99,7 @@ def __init__(
99
user_agent: str | None = None,
100
follow_redirects: bool = True,
101
timeout: float | httpx.Timeout | None = None,
102
- ssl_verify: bool | "ssl.SSLContext" = ...,
+ ssl_verify: "bool | ssl.SSLContext" = ...,
103
trust_env: bool = True,
104
proxy: ProxyTypes | None = None,
105
transport: httpx.BaseTransport | None = None,
@@ -125,7 +125,7 @@ def __init__(
125
126
127
128
129
130
131
0 commit comments