linting
This commit is contained in:
parent
b2beea748f
commit
e9fcbbe20c
3 changed files with 1 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ Licensed under the MIT license.
|
|||
All text above must be included in any redistribution.
|
||||
"""
|
||||
|
||||
#pylint:disable=invalid-name, no-self-use
|
||||
#pylint:disable=invalid-name, no-self-use, too-many-statements
|
||||
|
||||
import gc
|
||||
import time
|
||||
|
|
|
|||
|
|
@ -119,4 +119,3 @@ class Azure_GFX(displayio.Group):
|
|||
except AttributeError:
|
||||
board.DISPLAY.refresh_soon()
|
||||
board.DISPLAY.wait_for_frame()
|
||||
|
||||
|
|
|
|||
|
|
@ -163,4 +163,3 @@ class WeatherStation_GFX(displayio.Group):
|
|||
except AttributeError:
|
||||
board.DISPLAY.refresh_soon()
|
||||
board.DISPLAY.wait_for_frame()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue