Skip to content

Commit c24ba64

Browse files
committed
fix lint
Signed-off-by: Jack Luar <[email protected]>
1 parent 14e2e03 commit c24ba64

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/AutoTuner/test/smoke_test_sample_iteration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test_sample_iteration(self):
3636
successful = out.returncode == 0
3737
self.assertTrue(successful)
3838

39+
3940
class asap7SampleIterationSmokeTest(BaseSampleIterationSmokeTest):
4041
platform = "asap7"
4142
design = "gcd"

tools/AutoTuner/test/smoke_test_tune.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@ class sky130hdTuneSmokeTest(BaseTuneSmokeTest):
4343
design = "gcd"
4444

4545

46-
4746
if __name__ == "__main__":
4847
unittest.main()

0 commit comments

Comments
 (0)