Skip to content

Commit f1fbdf4

Browse files
committed
fixes format
1 parent 17d787b commit f1fbdf4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tests/sessions/claims/test_assert_claims.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@
1616
)
1717
from supertokens_python.recipe.session.session_class import Session
1818
from supertokens_python import init
19-
from tests.utils import get_st_init_args, setup_function, teardown_function, start_st, st_init_common_args
20-
from supertokens_python.recipe.session.asyncio import create_new_session_without_request_response
19+
from tests.utils import (
20+
get_st_init_args,
21+
setup_function,
22+
teardown_function,
23+
start_st,
24+
st_init_common_args,
25+
)
26+
from supertokens_python.recipe.session.asyncio import (
27+
create_new_session_without_request_response,
28+
)
2129
from .utils import TrueClaim
2230

2331
_ = setup_function # type:ignore

0 commit comments

Comments
 (0)