Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com>
  • Loading branch information
JoseSantosAMD committed Aug 25, 2023
1 parent 92ae440 commit 149d27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omniperf_analyze/utils/tty.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def smartUnits(df):
new_units.append("Gb/s")
if len(new_units) == 2:
new_units[0] = "Gb/s"
if len(new_units)>0:
if len(new_units) > 0:
# Convert to new_units
if new_units[0] == "Mb/s":
vals = 1000 * vals
Expand Down

0 comments on commit 149d27f

Please sign in to comment.