mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Fix flake8 E302 errors.
This commit is contained in:
@@ -3,6 +3,7 @@ import urlparse
|
||||
|
||||
REPLACE_STR = '$encrypted$'
|
||||
|
||||
|
||||
class UriCleaner(object):
|
||||
REPLACE_STR = REPLACE_STR
|
||||
# https://regex101.com/r/sV2dO2/2
|
||||
@@ -51,6 +52,7 @@ class UriCleaner(object):
|
||||
|
||||
return redactedtext
|
||||
|
||||
|
||||
class PlainTextCleaner(object):
|
||||
REPLACE_STR = REPLACE_STR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user