Skip to content

Commit

Permalink
Merge pull request #77 from AdamMinton/fix-python
Browse files Browse the repository at this point in the history
fix: ignore c901 on specific function
  • Loading branch information
AdamMinton authored Mar 29, 2022
2 parents d9403e0 + 1c864ba commit 87b31af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion looker_deployer/commands/deploy_group_in_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_filtered_groups(source_sdk, pattern=None):
return groups


def write_groups_in_group(source_sdk, target_sdk, pattern=None):
def write_groups_in_group(source_sdk, target_sdk, pattern=None): # noqa: C901

# INFO: Get all groups from source and target instances that match pattern
# for name
Expand Down

0 comments on commit 87b31af

Please sign in to comment.