From fba2fb56570d92ae07048cd7e23126fe63eb8d52 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Mon, 31 May 2021 01:19:27 -0500 Subject: [PATCH] Fix linting --- src/tree/functions/executions/ExecutionsTreeItem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tree/functions/executions/ExecutionsTreeItem.ts b/src/tree/functions/executions/ExecutionsTreeItem.ts index ba65086..148409b 100644 --- a/src/tree/functions/executions/ExecutionsTreeItem.ts +++ b/src/tree/functions/executions/ExecutionsTreeItem.ts @@ -1,4 +1,4 @@ -import { Command, ThemeIcon, TreeItem, TreeItemCollapsibleState } from "vscode"; +import { ThemeIcon, TreeItem, TreeItemCollapsibleState } from "vscode"; import { Execution, ExecutionList } from "../../../appwrite"; import { functionsClient } from "../../../client"; import { ExecutionTreeItem } from "./ExecutionTreeItem";