Skip to content

Commit 635b89f

Browse files
committed
clean imports
1 parent 6b3a6dd commit 635b89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/toolchain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as os from 'os';
33
import * as path from 'path';
44
import * as readline from 'readline';
55
import * as vscode from 'vscode';
6-
import { execute, log, memoize, memoizeAsync } from './util';
6+
import { execute, log, memoizeAsync } from './util';
77

88
interface CompilationArtifact {
99
fileName: string;

0 commit comments

Comments
 (0)