Skip to content

Commit da1ba10

Browse files
committed
Linted
1 parent c420a44 commit da1ba10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/lib/circuitpython_library_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ def validate_contents(self, repo):
760760
def __check_lib_name(
761761
repo_name,
762762
file_name,
763-
):
763+
): # pylint: disable=unused-private-member
764764
"""Nested function to test example file names.
765765
Allows examples to either match the repo name,
766766
or have additional underscores separating the repo name.

0 commit comments

Comments
 (0)