We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377a5d8 commit 055a8c0Copy full SHA for 055a8c0
examples/logging_simpletest.py
@@ -2,7 +2,9 @@
2
# SPDX-License-Identifier: MIT
3
4
# pylint:disable=undefined-variable,wildcard-import,no-name-in-module
5
-# pylint:disable=no-member
+# pylint:disable=no-member,invalid-name
6
+
7
+"""Briefly exercise the logger and null logger."""
8
9
import adafruit_logging as logging
10
0 commit comments