Turn off some warnings

This commit is contained in:
Dave Astels 2019-02-22 17:31:59 -05:00
parent cde2192986
commit c99e8a01ac

View file

@ -32,6 +32,7 @@ lidar = RPLidar(PORT_NAME)
# used to scale data to fit on the screen
max_distance = 0
#pylint: disable=redefined-outer-name,global-statement
def process_data(data):
global max_distance
lcd.fill((0,0,0))