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

Commit 486cc84

Browse files
authored
Reformatted per pre-commit
1 parent a54eeec commit 486cc84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_thermal_printer/thermal_printer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,9 @@ def reset(self) -> None:
298298
# ESC + 'D' + tab stop value list ending with null to terminate.
299299
self.send_command("\x1BD\x04\x08\x10\x14\x18\x1C\x00")
300300

301-
def print(self, text: str, end: Optional[str] = "\n", *, encoding: str = "utf-8") -> None:
301+
def print(
302+
self, text: str, end: Optional[str] = "\n", *, encoding: str = "utf-8"
303+
) -> None:
302304
"""Print a line of text. Optionally specify the end keyword to
303305
override the new line printed after the text (set to None to disable
304306
the new line entirely). Optionally specify the encoding. Some

0 commit comments

Comments
 (0)