Skip to content

Commit a3b8294

Browse files
etiennevincentamotl
authored andcommitted
fix: fix import orderin
1 parent 25024f6 commit a3b8294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grafana_client/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
from requests.exceptions import JSONDecodeError
2-
31
import niquests
42
import niquests.auth
53
from niquests import HTTPError, Timeout
64

5+
from requests.exceptions import JSONDecodeError
6+
77
DEFAULT_TIMEOUT: float = 5.0
88
DEFAULT_SESSION_POOL_SIZE: int = 10
99

0 commit comments

Comments
 (0)