Skip to content

Commit

Permalink
fixes format
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Sep 12, 2023
1 parent 17d787b commit f1fbdf4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/sessions/claims/test_assert_claims.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@
)
from supertokens_python.recipe.session.session_class import Session
from supertokens_python import init
from tests.utils import get_st_init_args, setup_function, teardown_function, start_st, st_init_common_args
from supertokens_python.recipe.session.asyncio import create_new_session_without_request_response
from tests.utils import (
get_st_init_args,
setup_function,
teardown_function,
start_st,
st_init_common_args,
)
from supertokens_python.recipe.session.asyncio import (
create_new_session_without_request_response,
)
from .utils import TrueClaim

_ = setup_function # type:ignore
Expand Down

0 comments on commit f1fbdf4

Please sign in to comment.