Skip to content

Commit af15c7b

Browse files
committed
Ran pre-commit
1 parent 1295880 commit af15c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def _beaglebone_id(self) -> Optional[str]:
335335
return boards.BEAGLEV_STARLIGHT
336336

337337
# find device alias at i2c address 0x50 (0-00500, 0-00501, etc)
338-
nvmem_devices = glob.glob('/sys/bus/nvmem/devices/0-0050*')
338+
nvmem_devices = glob.glob("/sys/bus/nvmem/devices/0-0050*")
339339
# do not expect there to be anything but one eeprom
340340
if len(nvmem_devices) != 1:
341341
return None

0 commit comments

Comments
 (0)