Skip to content

Commit 2480014

Browse files
authored
Merge pull request #5 from adafruit/patch-fix
Linting
2 parents 5c73c0f + faa4688 commit 2480014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fakerequests_advancedtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
i2c.unlock() # unlock the bus
2828

2929
# Create an empty list for the sensors found in the database
30-
sensor_choices = list()
30+
sensor_choices = []
3131

3232
# Compare the sensor found vs the database. this is done because
3333
# we could have the case that the same address corresponds to

0 commit comments

Comments
 (0)