all: Update Python formatting to latest Black version 21.12b0.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
Jim Mussared
2021-12-08 16:40:08 +11:00
committed by Damien George
parent b491967bbd
commit 3770fab334
4 changed files with 0 additions and 4 deletions

View File

@@ -84,7 +84,6 @@ if "length" in getargspec(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):