We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c73c0f commit faa4688Copy full SHA for faa4688
examples/fakerequests_advancedtest.py
@@ -27,7 +27,7 @@
27
i2c.unlock() # unlock the bus
28
29
# Create an empty list for the sensors found in the database
30
-sensor_choices = list()
+sensor_choices = []
31
32
# Compare the sensor found vs the database. this is done because
33
# we could have the case that the same address corresponds to
0 commit comments