Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Mar 10, 2022
1 parent 148281c commit 2e2a53a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion examples/downward/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@


# Silence import-unused messages. Experiment scripts may use these imports.
assert LocalEnvironment and ScatterPlotReport and TaskwiseReport
assert (
BaselSlurmEnvironment
and FastDownwardExperiment
and LocalEnvironment
and ScatterPlotReport
and TaskwiseReport
and TetralithEnvironment
)


DIR = Path(__file__).resolve().parent
Expand Down

0 comments on commit 2e2a53a

Please sign in to comment.