From ac3278f9741c9a7d2f8e42a37fb9b7d39c1ac014 Mon Sep 17 00:00:00 2001 From: NI Date: Mon, 9 Sep 2019 22:51:35 +0800 Subject: [PATCH] Clean up --- ui/commands/commands.js | 1 - 1 file changed, 1 deletion(-) 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;