Skip to content

Commit

Permalink
Fix flake8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Jul 14, 2023
1 parent adbe3e0 commit ce13593
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pycheribuild/projects/run_fvp.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ def default_ssh_port():
fvp_trace_mmu = BoolConfigOption("trace-mmu", default=False, help="Emit FVP MMU trace events")
smp = BoolConfigOption("smp", help="Simulate multiple CPU cores in the FVP", default=True)


@classmethod
def setup_config_options(cls, **kwargs):
super().setup_config_options(**kwargs)
Expand Down
1 change: 0 additions & 1 deletion pycheribuild/projects/testrig.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def run_testrig(self) -> None:
reference_cmd.kill()
test_cmd.kill()


def process(self):
self.run_testrig()

Expand Down

0 comments on commit ce13593

Please sign in to comment.