updates to code to fix PyLint

updates to code to fix PyLint
This commit is contained in:
Noe Ruiz 2022-08-29 16:12:08 -04:00
parent 868e53cf15
commit 6317bbe5b0
2 changed files with 1 additions and 4 deletions

View file

@ -1,15 +1,12 @@
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
# SPDX-License-Identifier: MIT
import time
import subprocess
import board
import terminalio
import displayio
from adafruit_display_text import label
from adafruit_bitmap_font import bitmap_font
from adafruit_st7789 import ST7789
import gpiozero as gz
BORDER_WIDTH = 4
TEXT_SCALE = 1

View file

@ -170,4 +170,4 @@ else:
disp_width = disp.width
disp_height = disp.height
gif_player = AnimatedGif(disp, width=disp_width, height=disp_height, folder="gifs")
gif_player = AnimatedGif(disp, width=disp_width, height=disp_height, folder="gifs")