Skip to content

Commit 3b15018

Browse files
committed
fix(tests): More ruff fixes :(
1 parent 8982a19 commit 3b15018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/tests/unit/api/v1/test_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def override_get_current_user_no_key() -> UserModel:
5353
5454
Returns:
5555
-------
56-
5756
UserModel: Fake user that doesn't have a public key set.
57+
5858
"""
5959
return UserModel(
6060
name="FakeUser",

0 commit comments

Comments
 (0)