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:
@@ -53,7 +53,7 @@ class Network(Escpos):
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
host: str = None,
|
||||
host: str = "",
|
||||
port: int = 9100,
|
||||
timeout: Union[int, float] = 60,
|
||||
*args,
|
||||
|
||||
Reference in New Issue
Block a user