Skip to content

Commit

Permalink
fix: add missing import for exception class (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Jul 11, 2024
1 parent 379b5b2 commit 1dee81d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signbank.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import requests
from datetime import datetime
from requests.adapters import HTTPAdapter, Retry
from requests.exceptions import ChunkedEncodingError
from urllib3.exceptions import ProtocolError

DEFAULT_SIGNBANK_HOST = os.getenv("SIGNBANK_HOST", "https://signbank.nzsl.nz")
Expand Down

0 comments on commit 1dee81d

Please sign in to comment.