Adopt new rules from black upgrade (#14809)

This commit is contained in:
Alan Rominger
2024-01-26 12:54:44 -05:00
committed by GitHub
parent 695f1cf892
commit a1bbe75aed
3 changed files with 1 additions and 3 deletions

View File

@@ -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
]