Skip to content

Commit 9c2b9a2

Browse files
DanieleDaniele
authored andcommitted
formatting
1 parent 2ceb914 commit 9c2b9a2

File tree

2 files changed

+37
-67
lines changed

2 files changed

+37
-67
lines changed

poetry.lock

Lines changed: 36 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def token(duration: datetime) -> str:
112112
}
113113

114114
# Create the token with the claims and sign it
115-
jwt_token = jwt.encode (
115+
jwt_token = jwt.encode(
116116
claims, decoded_key, algorithm="HS256", headers={"kid": "token-key"}
117117
)
118118

0 commit comments

Comments
 (0)