Merge pull request #5669 from dhalbert/fix-blacken-update-formatting-issues

minor .py changes due to blacken update
This commit is contained in:
MicroDev 2021-12-06 20:22:25 +05:30 committed by GitHub
commit b8ca1ce838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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):