Skip to content

Commit 965810e

Browse files
authored
Benchcomp visualize: fix missing import (rust-lang#2977)
logging is required when handling errors.
1 parent b349137 commit 965810e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/benchcomp/benchcomp/visualizers/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import dataclasses
66
import json
7+
import logging
78
import subprocess
89
import textwrap
910

0 commit comments

Comments
 (0)