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