This commit is contained in:
Melissa LeBlanc-Williams 2019-11-27 11:53:12 -08:00
parent b2beea748f
commit e9fcbbe20c
3 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -119,4 +119,3 @@ class Azure_GFX(displayio.Group):
except AttributeError:
board.DISPLAY.refresh_soon()
board.DISPLAY.wait_for_frame()

View file

@ -163,4 +163,3 @@ class WeatherStation_GFX(displayio.Group):
except AttributeError:
board.DISPLAY.refresh_soon()
board.DISPLAY.wait_for_frame()