Skip to content

Commit fe89817

Browse files
authored
Merge pull request #4361 from xtermjs/circularlist-cleanup
Removed unused imports in CircularList
2 parents b05c26c + 7ee7aa2 commit fe89817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/CircularList.ts

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

66
import { ICircularList } from 'common/Types';
7-
import { EventEmitter, IEvent } from 'common/EventEmitter';
7+
import { EventEmitter } from 'common/EventEmitter';
88
import { Disposable } from 'common/Lifecycle';
99

1010
export interface IInsertEvent {

0 commit comments

Comments
 (0)