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 77d6be7 commit 6f7a288Copy full SHA for 6f7a288
grafana_api/model.py
@@ -99,7 +99,7 @@ class APIModel:
99
headers: dict = None
100
timeout: float = 10.0
101
http2_support: bool = False
102
- ssl_context: ssl.SSLContext = httpx.create_ssl_context(http2=http2_support)
+ ssl_context: ssl.SSLContext = httpx.create_ssl_context()
103
num_pools: int = 10
104
retries: any = 10
105
0 commit comments