Skip to content

Commit

Permalink
corrected module import
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani committed May 20, 2022
1 parent 36354e8 commit 009a236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/security/clients.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""External client services related to security auditing."""
from requests.adapters import HTTPAdapter
from requests.exceptions import ConnectionError
from requests.packages.urllib3.util.retry import Retry
from urllib3.util.retry import Retry
from requests.sessions import Session
import logging

Expand Down

0 comments on commit 009a236

Please sign in to comment.