API - lint fix since black upgrade
This commit is contained in:
@@ -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}'),
|
||||
|
||||
Reference in New Issue
Block a user