1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

Fix mypy complains

This commit is contained in:
belono
2023-09-05 12:39:59 +02:00
parent e434164202
commit e8814e4acb
3 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ class Network(Escpos):
def __init__(
self,
host: str = None,
host: str = "",
port: int = 9100,
timeout: Union[int, float] = 60,
*args,