mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-04 08:53:29 +00:00
normalize whitespace
This commit is contained in:
parent
ca880dd8ec
commit
ce94a1fc18
@ -34,7 +34,7 @@ class Usb(Escpos):
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self, idVendor, idProduct, timeout=0, in_ep=0x82, out_ep=0x01, *args, **kwargs):
|
||||
def __init__(self, idVendor, idProduct, timeout=0, in_ep=0x82, out_ep=0x01, *args, **kwargs): # noqa: N803
|
||||
"""
|
||||
:param idVendor: Vendor ID
|
||||
:param idProduct: Product ID
|
||||
|
Loading…
x
Reference in New Issue
Block a user