normalize whitespace

This commit is contained in:
Patrick Kanzler 2017-01-30 01:50:27 +01:00
parent ca880dd8ec
commit ce94a1fc18
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF
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