Skip to content

Commit 7603e25

Browse files
committed
Remove unused import
1 parent 7b00049 commit 7603e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventDispatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
} from './interfaces';
1212
import { parallelPipe } from 'async-parallel-pipe';
1313
import { AsyncIterableBuffer } from 'async-iterable-buffer';
14-
import { getClassName, notEmpty } from './utils';
14+
import { getClassName } from './utils';
1515
import { InMemoryMessageBus } from './in-memory';
1616

1717
type EventBatchEnvelope = {

0 commit comments

Comments
 (0)