Skip to content

Commit 883573f

Browse files
style(rest): apply formatter to sigv4 adapter update
1 parent f592b75 commit 883573f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyiceberg/catalog/rest/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ def _init_sigv4(self, session: Session) -> None:
695695
from botocore.awsrequest import AWSRequest
696696
from requests import PreparedRequest
697697
from requests.adapters import HTTPAdapter
698+
698699
class SigV4Adapter(HTTPAdapter):
699700
def __init__(self, **properties: str):
700701
self._properties = properties

0 commit comments

Comments
 (0)