diff --git a/awx/main/migrations/_inventory_source_vars.py b/awx/main/migrations/_inventory_source_vars.py index 7660d63972..779655d73a 100644 --- a/awx/main/migrations/_inventory_source_vars.py +++ b/awx/main/migrations/_inventory_source_vars.py @@ -76,7 +76,7 @@ class azure_rm(PluginFileInjector): user_filters = [] old_filterables = [ ('resource_groups', 'resource_group'), - ('tags', 'tags') + ('tags', 'tags'), # locations / location would be an entry # but this would conflict with source_regions ] diff --git a/awx/main/models/mixins.py b/awx/main/models/mixins.py index 9e9a9e9c29..210d4f44a1 100644 --- a/awx/main/models/mixins.py +++ b/awx/main/models/mixins.py @@ -527,7 +527,6 @@ class CustomVirtualEnvMixin(models.Model): class RelatedJobsMixin(object): - """ This method is intended to be overwritten. Called by get_active_jobs() diff --git a/awx/sso/backends.py b/awx/sso/backends.py index 82f538771e..bd4cb6c672 100644 --- a/awx/sso/backends.py +++ b/awx/sso/backends.py @@ -68,7 +68,6 @@ class LDAPSettings(BaseLDAPSettings): class LDAPBackend(BaseLDAPBackend): - """ Custom LDAP backend for AWX. """