Skip to content

Commit

Permalink
Benchcomp visualize: fix missing import (model-checking#2977)
Browse files Browse the repository at this point in the history
logging is required when handling errors.
  • Loading branch information
tautschnig committed Jan 18, 2024
1 parent b349137 commit 965810e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/benchcomp/benchcomp/visualizers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import dataclasses
import json
import logging
import subprocess
import textwrap

Expand Down

0 comments on commit 965810e

Please sign in to comment.