Upgrade python formatting module

Signed-off-by: coleramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: 48df0d6db4]
This commit is contained in:
coleramos425
2023-02-07 14:45:22 -06:00
parent 2b1e80ede4
commit 656e73d366
16 ha cambiato i file con 6 aggiunte e 32 eliminazioni
@@ -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