Skip to content

Commit 0982122

Browse files
committed
[LNT] Fix F811 warnings
Differential Revision: https://reviews.llvm.org/D94774
1 parent 9284050 commit 0982122

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lnt/server/reporting/analysis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from lnt.util import logger
66
from lnt.util import multidict
77
from lnt.util import stats
8-
from lnt.util import stats
98

109
REGRESSED = 'REGRESSED'
1110
IMPROVED = 'IMPROVED'

tests/runtest/test_suite-profile-import.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
import sys
2222
import glob
23-
import glob
2423
from lnt.testing.profile.profilev2impl import ProfileV2
2524

2625
profile = glob.glob('%s/data/profiles/*.lntprof' % sys.argv[1])[0]

0 commit comments

Comments
 (0)