Skip to content

Commit 9a1412d

Browse files
btea43081j
andauthored
chore: remove duplicate import (#349)
Co-authored-by: James Garbutt <[email protected]>
1 parent 7df841d commit 9a1412d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/prompts/prompt.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { stdin, stdout } from 'node:process';
22
import readline, { type Key, type ReadLine } from 'node:readline';
3-
import type { Readable } from 'node:stream';
4-
import type { Writable } from 'node:stream';
3+
import type { Readable, Writable } from 'node:stream';
54
import { cursor, erase } from 'sisteransi';
65
import wrap from 'wrap-ansi';
76

0 commit comments

Comments
 (0)