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

Commit 7374e79

Browse files
committed
changes per review comments
1 parent 100c5a2 commit 7374e79

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
@@ -130,7 +130,7 @@ def __init__(self, mask: int) -> None:
130130
def __get__(
131131
self,
132132
obj: Optional["ThermalPrinter"],
133-
objtype: Optional[Type["ThermalPrinter"]],
133+
objtype: Type["ThermalPrinter"],
134134
) -> bool:
135135
return obj._print_mode & self._mask > 0
136136

0 commit comments

Comments
 (0)