Skip to content

Commit

Permalink
Blackify.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbromber authored and bobot committed Jun 12, 2024
1 parent dc399c0 commit 3da485d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion smtcomp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,13 @@ def read_submission(file: Path) -> defs.Submission:
statuses = [defs.Status.Sat]
case defs.Track.SingleQuery:
statuses = [defs.Status.Sat, defs.Status.Unsat]
case defs.Track.Incremental | defs.Track.UnsatCore | defs.Track.ProofExhibition | defs.Track.Cloud | defs.Track.Parallel:
case (
defs.Track.Incremental
| defs.Track.UnsatCore
| defs.Track.ProofExhibition
| defs.Track.Cloud
| defs.Track.Parallel
):
continue
for _, logics in divisions.items():
for logic in logics:
Expand Down

0 comments on commit 3da485d

Please sign in to comment.