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

Commit fc086cd

Browse files
committed
remove attempt to fix duplicate-code pylint error
1 parent f41801c commit fc086cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_thermal_printer/thermal_printer_legacy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class ThermalPrinter(thermal_printer.ThermalPrinter):
5858
CODE11 = 9
5959
MSI = 10
6060

61-
def __init__( # pylint: disable=duplicate-code
61+
def __init__(
6262
self,
6363
uart: UART,
6464
byte_delay_s: float = 0.00057346,

0 commit comments

Comments
 (0)