diff --git a/ui/commands/commands.js b/ui/commands/commands.js index 76e508a..482905f 100644 --- a/ui/commands/commands.js +++ b/ui/commands/commands.js @@ -16,7 +16,6 @@ // along with this program. If not, see . import Exception from "./exception.js"; -import * as stream from "../stream/streams.js"; import * as subscribe from "../stream/subscribe.js"; export const NEXT_PROMPT = 1;