lint shushing
This commit is contained in:
parent
9c592cbeec
commit
f9c17fba38
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# pylint: disable=bare-except, eval-used, unused-import
|
||||
|
||||
"""CircuitPython I2C Device Address Scan"""
|
||||
import time
|
||||
import board
|
||||
|
|
|
|||
Loading…
Reference in a new issue