Skip to content

Commit

Permalink
Wesh
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Mar 29, 2022
1 parent 031f7ba commit 36477a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .automation/test/python_mypy/python_good_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ def copy_labels(source_repo, target_repo, dry):
if __name__ == "__main__":
# Pylint doesn't know that @click.command takes care of injecting the
# function parameters. Disabling Pylint error.
copy_labels("wesh","weshwesh","") # pylint: disable=no-value-for-parameter
copy_labels() # pylint: disable=no-value-for-parameter
2 changes: 1 addition & 1 deletion .automation/test/python_mypy/python_good_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ def copy_labels(source_repo, target_repo, dry):
if __name__ == "__main__":
# Pylint doesn't know that @click.command takes care of injecting the
# function parameters. Disabling Pylint error.
copy_labels("wesh","weshwesh","") # pylint: disable=no-value-for-parameter
copy_labels() # pylint: disable=no-value-for-parameter

0 comments on commit 36477a2

Please sign in to comment.