Skip to content

Commit 1618c4f

Browse files
committed
fix:lint
1 parent 9cf007c commit 1618c4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/tests/test_signup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
class MockPreferences:
1010
def db_initialise_preferences(self, username):
11-
print(f"Mocking preferences")
11+
print("Mocking preferences")
12+
1213

1314
@pytest.fixture
1415
def test_app():

0 commit comments

Comments
 (0)