File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,6 @@ async def close(self):
451451 def clone (
452452 self ,
453453 ** http_config_overrides ,
454- ** kwargs , # TODO: remove this after rebase
455454 ) -> SessionManager :
456455 """Return a new *stateless* SessionManager sharing this instance’s config.
457456
Original file line number Diff line number Diff line change 2323 extract_iss_and_sub_without_signature_verification ,
2424 get_aws_sts_hostname ,
2525)
26- from ._session_manager import SessionManager , SessionManagerFactory
26+ from ._session_manager import SessionManager
2727
2828logger = logging .getLogger (__name__ )
2929
Original file line number Diff line number Diff line change @@ -527,7 +527,6 @@ def close(self):
527527 def clone (
528528 self ,
529529 ** http_config_overrides ,
530- ** kwargs , # TODO: remove this after rebase
531530 ) -> SessionManager :
532531 """Return a new *stateless* SessionManager sharing this instance’s config.
533532
You can’t perform that action at this time.
0 commit comments