Skip to content

Commit

Permalink
import JSONDecodeError straight from requests
Browse files Browse the repository at this point in the history
there are import issues for some users
  • Loading branch information
alifeee committed Oct 8, 2024
1 parent 3476d9f commit 8319285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gspread/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from typing import Any, Mapping

from requests import Response
from requests.exceptions import JSONDecodeError
from requests import JSONDecodeError


class UnSupportedExportFormat(Exception):
Expand Down

0 comments on commit 8319285

Please sign in to comment.