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

@@ -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):