mirror of
https://github.com/ansible/awx.git
synced 2026-07-26 23:49:58 -02:30
Update to comply with new black rules
This commit is contained in:
@@ -104,7 +104,6 @@ def filter_sensitive(registry, key, value):
|
||||
|
||||
|
||||
class TransientSetting(object):
|
||||
|
||||
__slots__ = ('pk', 'value')
|
||||
|
||||
def __init__(self, pk, value):
|
||||
|
||||
Reference in New Issue
Block a user