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 013a1b1 commit 73182d2Copy full SHA for 73182d2
grafana_client/client.py
@@ -1,7 +1,7 @@
1
import niquests
2
import niquests.auth
3
from niquests import HTTPError, Timeout
4
-from requests.exceptions import JSONDecodeError
+from niquests.exceptions import JSONDecodeError
5
6
DEFAULT_TIMEOUT: float = 5.0
7
DEFAULT_SESSION_POOL_SIZE: int = 10
0 commit comments