mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-20 23:11:48 -05:00
move code linting to a stricter pep8-esque auto-formatting tool, black
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
# AWX
|
||||
from awx.main.utils.common import * # noqa
|
||||
from awx.main.utils.encryption import ( # noqa
|
||||
get_encryption_key, encrypt_field, decrypt_field, encrypt_value,
|
||||
decrypt_value, encrypt_dict,
|
||||
get_encryption_key,
|
||||
encrypt_field,
|
||||
decrypt_field,
|
||||
encrypt_value,
|
||||
decrypt_value,
|
||||
encrypt_dict,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user