formatting updates for updated black

This commit is contained in:
Dan Halbert 2021-12-06 08:40:54 -05:00
parent 4de6c7cf6f
commit da1c330d99
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ if DEBUG:
def dprint(*v):
print(*v)
else:
def dprint(*v):

View File

@ -83,7 +83,6 @@ if "length" in inspect.getfullargspec(usb.util.get_string).args:
def get_string(dev, index):
return usb.util.get_string(dev, 255, index)
else:
# PyUSB 1.0.0.b2 dropped the length argument
def get_string(dev, index):