Skip to content

Commit 64009f7

Browse files
committed
chores: Format
1 parent 1b03089 commit 64009f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/sessions/test_access_token_v3.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
from supertokens_python.recipe.session.jwt import (
1414
parse_jwt_without_signature_verification,
1515
)
16-
from supertokens_python.recipe.session.access_token import validate_access_token_structure
16+
from supertokens_python.recipe.session.access_token import (
17+
validate_access_token_structure,
18+
)
1719
from tests.utils import get_st_init_args, setup_function, start_st, teardown_function
1820

1921
_ = setup_function # type:ignore
@@ -219,7 +221,7 @@ async def test_validation_logic_with_keys_that_can_use_json_nulls_values_in_clai
219221
"sub": "",
220222
"refreshTokenHash1": "",
221223
"exp": float(0),
222-
"iat": float(0)
224+
"iat": float(0),
223225
}
224226

225227
validate_access_token_structure(payload, V3)

0 commit comments

Comments
 (0)