mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Update to comply with new black rules
This commit is contained in:
@@ -40,7 +40,6 @@ logger = logging.getLogger('awx.sso.backends')
|
||||
|
||||
|
||||
class LDAPSettings(BaseLDAPSettings):
|
||||
|
||||
defaults = dict(list(BaseLDAPSettings.defaults.items()) + list({'ORGANIZATION_MAP': {}, 'TEAM_MAP': {}, 'GROUP_TYPE_PARAMS': {}}.items()))
|
||||
|
||||
def __init__(self, prefix='AUTH_LDAP_', defaults={}):
|
||||
|
||||
Reference in New Issue
Block a user