Skip to content

Commit 73182d2

Browse files
etiennevincentamotl
authored andcommitted
fix: fix JSONDEcodeError exception
1 parent 013a1b1 commit 73182d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import niquests
22
import niquests.auth
33
from niquests import HTTPError, Timeout
4-
from requests.exceptions import JSONDecodeError
4+
from niquests.exceptions import JSONDecodeError
55

66
DEFAULT_TIMEOUT: float = 5.0
77
DEFAULT_SESSION_POOL_SIZE: int = 10

0 commit comments

Comments
 (0)