mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
run black
This commit is contained in:
@@ -207,7 +207,7 @@ class CupsPrinter(Escpos):
|
||||
printer = self.printers.get(self.printer_name, {})
|
||||
state = printer.get("printer-state")
|
||||
if not state:
|
||||
return b''
|
||||
return b""
|
||||
return bytes((state,))
|
||||
|
||||
def close(self) -> None:
|
||||
|
Reference in New Issue
Block a user