Skip to content

Commit c608fe0

Browse files
committed
fix(next): remove unused imports
1 parent b7c63b4 commit c608fe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/combinators/next.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { curry2 } from '@most/prelude';
22

33
import { Subject, HoldSubject } from '../interfaces';
4-
import { sync, hold } from '../';
54

65
export const next: NextFn = curry2<any, Subject<any> | HoldSubject<any>, Subject<any> | HoldSubject<any>>(
76
function next (value: any, subject: Subject<any> | HoldSubject<any>) {

0 commit comments

Comments
 (0)