Skip to content

Commit

Permalink
Benchcomp visualize: fix missing import
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 fd12a28 commit 4f55b86
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 4f55b86

Please sign in to comment.