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 8319285 commit 2bad9dfCopy full SHA for 2bad9df
gspread/exceptions.py
@@ -8,8 +8,7 @@
8
9
from typing import Any, Mapping
10
11
-from requests import Response
12
-from requests import JSONDecodeError
+from requests import JSONDecodeError, Response
13
14
15
class UnSupportedExportFormat(Exception):
0 commit comments