1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

Update src/escpos/printer/file.py

Add return type

Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
This commit is contained in:
Benito López
2023-09-25 18:44:37 +02:00
committed by GitHub
parent 848cc3417f
commit cc22cf0ad2

View File

@@ -80,7 +80,7 @@ class File(Escpos):
return return
logging.info("File printer enabled") logging.info("File printer enabled")
def flush(self): def flush(self) -> None:
"""Flush printing content.""" """Flush printing content."""
self.device.flush() self.device.flush()