We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c592cb commit f9c17fbCopy full SHA for f9c17fb
1 file changed
CircuitPython_Essentials/CircuitPython_I2C_Scan/code.py
@@ -2,6 +2,8 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
+# pylint: disable=bare-except, eval-used, unused-import
6
+
7
"""CircuitPython I2C Device Address Scan"""
8
import time
9
import board
0 commit comments