Skip to content

Commit 57a345e

Browse files
committed
remove unused typing import
1 parent 7693575 commit 57a345e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

adafruit_hx8357.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,7 @@
2929
"""
3030

3131
# imports
32-
33-
try:
34-
# used for typing only
35-
from typing import Any
36-
except ImportError:
37-
pass
38-
39-
# Support both 8.x.x and 9.x.x. Change when 8.x.x is discontinued as a stable release.
32+
# Support both 8.x.x and 9.x.x. Removed 8.x method when discontinued.
4033
try:
4134
from fourwire import FourWire # 9.x method
4235
from busdisplay import BusDisplay

0 commit comments

Comments
 (0)