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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()