Upgrade python formatting module

Signed-off-by: coleramos425 <colramos@amd.com>
Tá an tiomantas seo le fáil i:
coleramos425
2023-02-07 14:45:22 -06:00
tuismitheoir d9dad05cdb
tiomantas 48df0d6db4
D'athraigh 16 comhad le 6 breiseanna agus 32 scriosta
-2
Féach ar an gComhad
@@ -37,7 +37,6 @@ MAX_SERVER_SEL_DELAY = 5000 # 5 sec connection timeout
def kernel_name_shortener(df, cache, level):
if level >= 5:
return df
@@ -50,7 +49,6 @@ def kernel_name_shortener(df, cache, level):
if columnName == "KernelName" or columnName == "Name":
# loop through all indices
for index in df.index:
original_name = df.loc[index, columnName]
if original_name in cache:
continue