Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from Omegapoint/fix-requests
Browse files Browse the repository at this point in the history
Fix #10 Updated the way requests is imported
  • Loading branch information
vsnyc authored Apr 6, 2022
2 parents ce09990 + a910392 commit 7e8a2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import string
import logging
import threading
from botocore.vendored import requests
import requests
import json
from botocore.credentials import (
AssumeRoleCredentialFetcher,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests

0 comments on commit 7e8a2da

Please sign in to comment.