Skip to content

Commit 6317bbe

Browse files
committed
updates to code to fix PyLint
updates to code to fix PyLint
1 parent 868e53c commit 6317bbe

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Pi_SSD_Media_Server/display-info.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
22
# SPDX-License-Identifier: MIT
33

4-
import time
54
import subprocess
65
import board
7-
import terminalio
86
import displayio
97
from adafruit_display_text import label
108
from adafruit_bitmap_font import bitmap_font
119
from adafruit_st7789 import ST7789
12-
import gpiozero as gz
1310

1411
BORDER_WIDTH = 4
1512
TEXT_SCALE = 1

Pi_SSD_Media_Server/gif-player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ def run(self):
170170
disp_width = disp.width
171171
disp_height = disp.height
172172

173-
gif_player = AnimatedGif(disp, width=disp_width, height=disp_height, folder="gifs")
173+
gif_player = AnimatedGif(disp, width=disp_width, height=disp_height, folder="gifs")

0 commit comments

Comments
 (0)