Skip to content

Commit

Permalink
refactor: remove unused InsecureRequestWarning suppression in fare ca…
Browse files Browse the repository at this point in the history
…lculation script
  • Loading branch information
LokoMoloko98 committed Jan 21, 2025
1 parent bcf2816 commit c3d649e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions swift-lift-fare-calculation/swift-lift-fare-calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import json
import requests

from requests.packages.urllib3.exceptions import InsecureRequestWarning
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
from botocore.exceptions import ClientError
print("Packages have imported successfully")

Expand Down

0 comments on commit c3d649e

Please sign in to comment.