Skip to content

Commit 4bd0350

Browse files
mchadesCopilot
andcommitted
Fix import order in test_client_session to satisfy ruff I001
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1c4121b commit 4bd0350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
from adp_sdk.client import ClientSession
2222
from adp_sdk.client.session import basic_auth
23-
from adp_sdk.types.jsonrpc import RequestMeta, RequestParams
2423
from adp_sdk.shared import (
2524
ADPError,
2625
InvalidParamsError,
@@ -34,6 +33,7 @@
3433
)
3534
from adp_sdk.types.common import PredicateGroup
3635
from adp_sdk.types.intents import QueryIntent
36+
from adp_sdk.types.jsonrpc import RequestMeta, RequestParams
3737

3838
# -- Helpers -----------------------------------------------------------------
3939

0 commit comments

Comments
 (0)