all: Update Python formatting to latest Black version 21.12b0.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
b491967bbd
commit
3770fab334
@@ -17,7 +17,6 @@ if platform.python_version_tuple()[0] == "2":
|
||||
def convert_bytes_to_str(b):
|
||||
return b
|
||||
|
||||
|
||||
elif platform.python_version_tuple()[0] == "3":
|
||||
|
||||
def convert_bytes_to_str(b):
|
||||
|
||||
Reference in New Issue
Block a user