Skip to content

Commit

Permalink
Remove circular dep from concat_stream (#14847)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjoar authored Nov 9, 2017
1 parent 75006b7 commit 50fcc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/streams/concat_stream.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createReduceStream } from './';
import { createReduceStream } from './reduce_stream';

/**
* Creates a Transform stream that consumes all provided
Expand Down

0 comments on commit 50fcc36

Please sign in to comment.