Skip to content

Commit 6d6436e

Browse files
author
Thomas Preud'homme
committed
Add import needed for typing hints
baseline()'s typing hint refers to testsuitedb type but there is no import for that module. This commit fixes that. Reviewed By: tnfchris Differential Revision: https://reviews.llvm.org/D94840
1 parent faf0b5a commit 6d6436e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lnt/server/ui/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
import lnt.util.ImportData
3737
import lnt.util.stats
3838
from lnt.external.stats import stats as ext_stats
39+
from lnt.server.db import testsuitedb
3940
from lnt.server.reporting.analysis import ComparisonResult, calc_geomean
4041
from lnt.server.ui import util
4142
from lnt.server.ui.decorators import frontend, db_route, v4_route

0 commit comments

Comments
 (0)