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";