From 595387aed902d03f55ce4d59e36e9f91cfb8edca Mon Sep 17 00:00:00 2001
From: "kelly.nguyen" <kelly.nguyen@etu.hesge.ch>
Date: Wed, 24 Apr 2024 13:33:23 +0200
Subject: [PATCH] remove unused variable

---
 .../commander/assignment/subcommands/AssignmentDeleteCommand.ts  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/NodeApp/src/commander/assignment/subcommands/AssignmentDeleteCommand.ts b/NodeApp/src/commander/assignment/subcommands/AssignmentDeleteCommand.ts
index 60eda55..740456e 100644
--- a/NodeApp/src/commander/assignment/subcommands/AssignmentDeleteCommand.ts
+++ b/NodeApp/src/commander/assignment/subcommands/AssignmentDeleteCommand.ts
@@ -1,7 +1,6 @@
 import chalk from "chalk";
 import CommanderCommand from "../../CommanderCommand";
 import DojoBackendManager from "../../../managers/DojoBackendManager";
-import ora from "ora";
 import Assignment from "../../../sharedByClients/models/Assignment";
 
 class AssignmentDeleteCommand extends CommanderCommand {
-- 
GitLab