Skip to content

Commit

Permalink
Fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Dec 31, 2023
1 parent 36938ba commit 7041f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redact.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,5 @@ def redact(in_dir, out_dir):


if __name__ == "__main__":
# pylint: disable=no-value-for-parameter
redact()

0 comments on commit 7041f9f

Please sign in to comment.