Skip to content

Commit

Permalink
Catch ConnectionError
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-zenk committed May 17, 2024
1 parent ac6aa62 commit 4fc8443
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion onboardapis/train/third_party/unwired/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

import json
import logging
import requests

from typing import ClassVar
from urllib.parse import parse_qs, urlparse

import requests

from gql import gql
from requests.exceptions import ConnectionError

from ....exceptions import InitialConnectionError
from ....data import ThreadedGraphQlAPI, get_package_version
Expand Down

0 comments on commit 4fc8443

Please sign in to comment.