Skip to content

Commit 8f2dd93

Browse files
committed
fix import
1 parent 9ad53d0 commit 8f2dd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/data_generator/prefix_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import json
1717
from collections import Counter
1818

19-
from benchmarks.data_generator.logging_utils import calculate_and_print_statistics
19+
from data_generator.logging_utils import calculate_and_print_statistics
2020

2121

2222
class PrefixAnalyzer:

0 commit comments

Comments
 (0)