Skip to content

Commit 055a8c0

Browse files
committed
Make pylint happy
1 parent 377a5d8 commit 055a8c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/logging_simpletest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# SPDX-License-Identifier: MIT
33

44
# pylint:disable=undefined-variable,wildcard-import,no-name-in-module
5-
# pylint:disable=no-member
5+
# pylint:disable=no-member,invalid-name
6+
7+
"""Briefly exercise the logger and null logger."""
68

79
import adafruit_logging as logging
810

0 commit comments

Comments
 (0)