Skip to content

Commit 68815f5

Browse files
committed
Remove unused import
1 parent ad8bbbe commit 68815f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dspec_tester.d

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ int main(string[] args)
119119

120120
foreach (file; specDir.dirEntries("*.dd", SpanMode.depth).parallel(1))
121121
{
122-
import std.uni : isWhite;
123-
124122
auto allTests = findExamples(file, ddocKey).map!compileAndCheck;
125123
if (!allTests.empty)
126124
{

0 commit comments

Comments
 (0)