Skip to content

Commit 752126d

Browse files
committed
black format with 26.1.0
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent 6388fb3 commit 752126d

5 files changed

Lines changed: 2 additions & 4 deletions

File tree

flow/util/appendStatsToDb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import uuid
1515
from collections import OrderedDict
1616

17-
1817
# Parse and validate arguments
1918
# ==============================================================================
2019
parser = argparse.ArgumentParser(description="Appends test metadata to master database")

flow/util/genMassive.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import itertools
1212
import glob
1313

14-
1514
PUBLIC = ["nangate45", "sky130hd", "sky130hs", "asap7"]
1615

1716
# The number of generated config files into

flow/util/genReport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33
Generate reports from current logs
44
"""
5+
56
import argparse
67
import os
78
import re

flow/util/plot_congestion.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import re
55
import os
66

7-
87
sweep = sys.argv[1]
98
output = sys.argv[2]
109
remainder = sys.argv[3:]

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def step(self):
154154
install_path=INSTALL_PATH,
155155
)
156156
self.step_ += 1
157-
(score, effective_clk_period, num_drc, die_area) = self.evaluate(
157+
score, effective_clk_period, num_drc, die_area = self.evaluate(
158158
read_metrics(metrics_file, args.stop_stage)
159159
)
160160
# Feed the score back to Tune.

0 commit comments

Comments
 (0)