mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-21 21:20:38 +00:00
fix linting
This commit is contained in:
parent
ae40c99fcf
commit
21ddb66f53
@ -56,7 +56,7 @@ class CoreNetworksBasicAuth(AuthBase):
|
|||||||
),
|
),
|
||||||
payload=e
|
payload=e
|
||||||
)
|
)
|
||||||
except ConnectionError as e:
|
except ConnectionError:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
response = handle.json()
|
response = handle.json()
|
||||||
|
@ -252,7 +252,7 @@ class CoreNetworks():
|
|||||||
),
|
),
|
||||||
payload=e
|
payload=e
|
||||||
)
|
)
|
||||||
except ConnectionError as e:
|
except ConnectionError:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
if handle.status_code == 200:
|
if handle.status_code == 200:
|
||||||
|
Loading…
Reference in New Issue
Block a user