Revert "code format"

This reverts commit 577358ae99b45ae06ae7c07ba341165b2f58568e.
This commit is contained in:
foamyguy 2021-12-20 12:09:14 -06:00
parent 8b71519317
commit d08ba86fc4
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):