Skip to content

Commit 893c5d9

Browse files
committed
Fixed python lint issue.
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 75afa98 commit 893c5d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flow/util/genMetrics.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ def extract_metrics(
309309
"placeopt__design__instance__count__swapped_arithmetic_operator", 0
310310
)
311311
total_swapped = int(floorplan_swapped) + int(placeopt_swapped)
312-
metrics_dict[
313-
"finish__design__instance__count__swapped_arithmetic_operator"
314-
] = total_swapped
312+
metrics_dict["finish__design__instance__count__swapped_arithmetic_operator"] = (
313+
total_swapped
314+
)
315315

316316
extractGnuTime("finish", metrics_dict, logPath + "/6_report.log")
317317

0 commit comments

Comments
 (0)