Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alegria Aclan committed May 5, 2022
1 parent 3083aa2 commit ea32d54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyega3/libs/data_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def create_session_with_retry(retry_policy: retry.Retry = None, pool_max_size=No
session = Session()
POOL_MAX_SIZE = max(DEFAULT_POOLSIZE, pool_max_size or 0)
adapter = HTTPAdapter(max_retries=retry_policy, pool_maxsize=POOL_MAX_SIZE)
# TODO check if this can be removed
# session.mount('http://', adapter)
session.mount('https://', adapter)
return session

Expand Down

0 comments on commit ea32d54

Please sign in to comment.