API - lint fix since black upgrade

This commit is contained in:
Sam
2023-02-16 09:39:11 +01:00
parent 4ba560028e
commit 289a2e5f48
9 changed files with 0 additions and 23 deletions

View File

@@ -2631,7 +2631,6 @@ class TestUserLogout(ApiTestCaseMixin):
app, user_1.email
)
with freeze_time(now + timedelta(seconds=4)):
response = client.post(
'/api/auth/logout',
headers=dict(Authorization=f'Bearer {auth_token}'),