Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit a00d589

Browse files
committed
flake 8 fix
1 parent cc2dc41 commit a00d589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_post_form_failing_jwt_auth_changed_user_secret_key(self):
173173

174174
self.assertEqual(response.status_code, status.HTTP_401_UNAUTHORIZED)
175175

176-
#revert api settings
176+
# revert api settings
177177
api_settings.JWT_AUTH_USER_MODEL = DEFAULTS['JWT_AUTH_USER_MODEL']
178178
api_settings.JWT_GET_USER_SECRET_KEY = DEFAULTS['JWT_GET_USER_SECRET_KEY']
179179

0 commit comments

Comments
 (0)