Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit eaaf42e

Browse files
committed
fix unused import
1 parent f543555 commit eaaf42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_thermal_printer/thermal_printer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
try:
3939
from typing import Optional, Type
4040
from typing_extensions import Literal
41-
from circuitpython_typing import WriteableBuffer, ReadableBuffer
41+
from circuitpython_typing import ReadableBuffer
4242
from busio import UART
4343
except ImportError:
4444
pass

0 commit comments

Comments
 (0)