update lint

This commit is contained in:
sean-m-sullivan 2020-09-08 14:00:12 -05:00
parent a17eedd9fe
commit cfdfa911e8
2 changed files with 2 additions and 2 deletions

View File

@ -484,7 +484,7 @@ def main():
# Code to use once Issue #7567 is resolved
# search_fields = {'name': item}
# if organization:
# search_fields['organization'] = organization_id
# search_fields['organization'] = organization_id
# label_id = module.get_one('labels', **{'data': search_fields})
# association_fields['labels'].append(label_id)

View File

@ -261,7 +261,7 @@ def main():
# Code to use once Issue #7567 is resolved
# search_fields = {'name': item}
# if organization:
# search_fields['organization'] = organization_id
# search_fields['organization'] = organization_id
# label_id = module.get_one('labels', **{'data': search_fields})
# association_fields['labels'].append(label_id)