mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
Adopt new rules from black upgrade (#14809)
This commit is contained in:
@@ -76,7 +76,7 @@ class azure_rm(PluginFileInjector):
|
|||||||
user_filters = []
|
user_filters = []
|
||||||
old_filterables = [
|
old_filterables = [
|
||||||
('resource_groups', 'resource_group'),
|
('resource_groups', 'resource_group'),
|
||||||
('tags', 'tags')
|
('tags', 'tags'),
|
||||||
# locations / location would be an entry
|
# locations / location would be an entry
|
||||||
# but this would conflict with source_regions
|
# but this would conflict with source_regions
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -527,7 +527,6 @@ class CustomVirtualEnvMixin(models.Model):
|
|||||||
|
|
||||||
|
|
||||||
class RelatedJobsMixin(object):
|
class RelatedJobsMixin(object):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This method is intended to be overwritten.
|
This method is intended to be overwritten.
|
||||||
Called by get_active_jobs()
|
Called by get_active_jobs()
|
||||||
|
|||||||
@@ -68,7 +68,6 @@ class LDAPSettings(BaseLDAPSettings):
|
|||||||
|
|
||||||
|
|
||||||
class LDAPBackend(BaseLDAPBackend):
|
class LDAPBackend(BaseLDAPBackend):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Custom LDAP backend for AWX.
|
Custom LDAP backend for AWX.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user