From cde556c178b34b276b79d6c4842398f4b3a403d6 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Mon, 13 May 2024 14:23:32 +0200 Subject: [PATCH] Remove useless `using`` --- MyMcRealms/Controllers/WorldsController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MyMcRealms/Controllers/WorldsController.cs b/MyMcRealms/Controllers/WorldsController.cs index a899515..dfafd38 100644 --- a/MyMcRealms/Controllers/WorldsController.cs +++ b/MyMcRealms/Controllers/WorldsController.cs @@ -1,5 +1,4 @@ using Microsoft.AspNetCore.Mvc; -using Microsoft.EntityFrameworkCore; using MyMcRealms.Attributes; using MyMcRealms.Entities; using MyMcRealms.MyMcAPI.Responses;