Skip to content

Commit

Permalink
Merge pull request #4361 from xtermjs/circularlist-cleanup
Browse files Browse the repository at this point in the history
Removed unused imports in CircularList
  • Loading branch information
Tyriar committed Dec 28, 2022
2 parents b05c26c + 7ee7aa2 commit fe89817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/CircularList.ts
Expand Up @@ -4,7 +4,7 @@
*/

import { ICircularList } from 'common/Types';
import { EventEmitter, IEvent } from 'common/EventEmitter';
import { EventEmitter } from 'common/EventEmitter';
import { Disposable } from 'common/Lifecycle';

export interface IInsertEvent {
Expand Down

0 comments on commit fe89817

Please sign in to comment.