remove unused imports
This commit is contained in:
parent
8ec0d942c9
commit
0e760fa25b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Result } from './result.js'
|
||||
import { Iterator, Peekable, Stream } from './stream.js'
|
||||
import { curry, is, of, tryPipe } from './fn.js'
|
||||
import { curry, of } from './fn.js'
|
||||
|
||||
class ParseError extends Error {
|
||||
constructor(message, state, source) {
|
||||
|
|
Loading…
Reference in a new issue