Skip to content

Commit c818e54

Browse files
committed
[lit] Remove unused import.
I normally wouldn't care about this sort of thing, but on my system that import seems to fail and I noticed we aren't actually using it... so it makes sense to just remove it.
1 parent e51c3bd commit c818e54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/lit.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import subprocess
2727
import sys
2828
import socket
2929
import glob
30-
from distutils.sysconfig import get_python_lib
3130

3231
import lit
3332
import lit.formats

0 commit comments

Comments
 (0)