Linting
This commit is contained in:
parent
5c73c0f228
commit
faa4688d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ print("Sensor address is:", hex(sensor_address))
|
|||
i2c.unlock() # unlock the bus
|
||||
|
||||
# Create an empty list for the sensors found in the database
|
||||
sensor_choices = list()
|
||||
sensor_choices = []
|
||||
|
||||
# Compare the sensor found vs the database. this is done because
|
||||
# we could have the case that the same address corresponds to
|
||||
|
|
|
|||
Loading…
Reference in a new issue