Skip to content

Commit 8868f3b

Browse files
committed
format and clean unused import
Signed-off-by: joejiong <1004691415qq@gmail.com>
1 parent 6115b71 commit 8868f3b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/lit.cfg.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-
3+
14
import os
25
import platform
3-
import lit.formats
6+
47
import lit.util
8+
import lit.formats
9+
510
from lit.llvm import llvm_config
611
from lit.llvm.subst import ToolSubst
712
from lit.llvm.subst import FindTool

0 commit comments

Comments
 (0)