Skip to content

Commit 2bad9df

Browse files
committed
sort imports
1 parent 8319285 commit 2bad9df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gspread/exceptions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
from typing import Any, Mapping
1010

11-
from requests import Response
12-
from requests import JSONDecodeError
11+
from requests import JSONDecodeError, Response
1312

1413

1514
class UnSupportedExportFormat(Exception):

0 commit comments

Comments
 (0)