Skip to content

Commit c207edd

Browse files
committed
make linter happy
1 parent 828603c commit c207edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/addon-progress/src/ProgressAddon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @license MIT
44
*/
55

6-
import type { Terminal, ITerminalAddon, IDisposable } from '@xterm/xterm';
6+
import type { Terminal, ITerminalAddon } from '@xterm/xterm';
77
import type { ProgressAddon as IProgressApi, IProgress } from '@xterm/addon-progress';
88
import { Emitter } from 'vs/base/common/event';
99
import { Disposable } from 'vs/base/common/lifecycle';

0 commit comments

Comments
 (0)