mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
Fix flake8 E302 errors.
This commit is contained in:
@@ -21,6 +21,7 @@ from awx.main.models import UnifiedJob, AuthToken
|
||||
|
||||
logger = logging.getLogger('awx.api.authentication')
|
||||
|
||||
|
||||
class TokenAuthentication(authentication.TokenAuthentication):
|
||||
'''
|
||||
Custom token authentication using tokens that expire and are associated
|
||||
|
||||
Reference in New Issue
Block a user