From 0b7f86d61cd7f9ac526097e492f77740fd23fdc6 Mon Sep 17 00:00:00 2001 From: Sidhin S Thomas Date: Fri, 6 Sep 2024 21:15:16 +0530 Subject: [PATCH] cleanup --- api/services/user_data_service.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/api/services/user_data_service.cs b/api/services/user_data_service.cs index 5c60db2..e60f2db 100644 --- a/api/services/user_data_service.cs +++ b/api/services/user_data_service.cs @@ -18,7 +18,6 @@ * The source is available at: https://github.com/ParadoxZero/budgetbud */ -using System.Collections.Generic; using budgetbud.Exceptions; using budgetbud.Models;