mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 22:07:36 -02:30
Fix flake8 E302 errors.
This commit is contained in:
@@ -30,6 +30,7 @@ def user_from_token(auth_token):
|
||||
except User.DoesNotExist:
|
||||
return None
|
||||
|
||||
|
||||
@channel_session
|
||||
def ws_connect(message):
|
||||
token = None
|
||||
|
||||
Reference in New Issue
Block a user