We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f592b75 commit 883573fCopy full SHA for 883573f
pyiceberg/catalog/rest/__init__.py
@@ -695,6 +695,7 @@ def _init_sigv4(self, session: Session) -> None:
695
from botocore.awsrequest import AWSRequest
696
from requests import PreparedRequest
697
from requests.adapters import HTTPAdapter
698
+
699
class SigV4Adapter(HTTPAdapter):
700
def __init__(self, **properties: str):
701
self._properties = properties
0 commit comments