diff --git a/src/escpos/printer/lp.py b/src/escpos/printer/lp.py index 3d9440b..028f9a7 100644 --- a/src/escpos/printer/lp.py +++ b/src/escpos/printer/lp.py @@ -155,7 +155,7 @@ class LP(Escpos): self.device.terminate() self._device = False - def flush(self): + def flush(self) -> None: """End line and wait for new commands.""" if self.device.stdin.writable(): self.device.stdin.write(b"\n")