Skip to content

Commit 8e5f131

Browse files
remove linting issues
1 parent cce6664 commit 8e5f131

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/snowflake/connector/aio/_session_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/snowflake/connector/aio/_wif_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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

2828
logger = logging.getLogger(__name__)
2929

src/snowflake/connector/session_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)