1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

normalize whitespace

This commit is contained in:
Patrick Kanzler
2017-01-30 01:50:27 +01:00
parent ca880dd8ec
commit ce94a1fc18
4 changed files with 16 additions and 16 deletions

View File

@@ -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