File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
name : pylint (library code)
25
25
types : [python]
26
26
args :
27
- - --disable=consider-using-f-string
27
+ - --disable=consider-using-f-string,duplicate-code
28
28
exclude : " ^(docs/|examples/|tests/|setup.py$)"
29
29
- id : pylint
30
30
name : pylint (example code)
Original file line number Diff line number Diff line change 18
18
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
19
19
20
20
import time
21
- import adafruit_bus_device . i2c_device as i2c_device
21
+ from adafruit_bus_device import i2c_device
22
22
from digitalio import Direction
23
23
from micropython import const
24
24
from adafruit_pn532 .adafruit_pn532 import PN532 , BusyError
Original file line number Diff line number Diff line change 18
18
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
19
19
20
20
import time
21
- import adafruit_bus_device . spi_device as spi_device
21
+ from adafruit_bus_device import spi_device
22
22
from micropython import const
23
23
from adafruit_pn532 .adafruit_pn532 import PN532
24
24
You can’t perform that action at this time.
0 commit comments