Skip to content

Commit f9c17fb

Browse files
committed
lint shushing
1 parent 9c592cb commit f9c17fb

File tree

1 file changed

+2
-0
lines changed
  • CircuitPython_Essentials/CircuitPython_I2C_Scan

1 file changed

+2
-0
lines changed

CircuitPython_Essentials/CircuitPython_I2C_Scan/code.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5+
# pylint: disable=bare-except, eval-used, unused-import
6+
57
"""CircuitPython I2C Device Address Scan"""
68
import time
79
import board

0 commit comments

Comments
 (0)