Skip to content

Commit

Permalink
Adopt new rules from black upgrade (#14809)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding authored Jan 26, 2024
1 parent 695f1cf commit a1bbe75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion awx/main/migrations/_inventory_source_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def inventory_as_dict(self, inventory_source, private_data_dir):
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
]
Expand Down
1 change: 0 additions & 1 deletion awx/main/models/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ def clean_custom_virtualenv(self):


class RelatedJobsMixin(object):

"""
This method is intended to be overwritten.
Called by get_active_jobs()
Expand Down
1 change: 0 additions & 1 deletion awx/sso/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def __init__(self, prefix='AUTH_LDAP_', defaults={}):


class LDAPBackend(BaseLDAPBackend):

"""
Custom LDAP backend for AWX.
"""
Expand Down

0 comments on commit a1bbe75

Please sign in to comment.