From 93109a9949bd5021d915c755e1564e915fc1a2fd Mon Sep 17 00:00:00 2001 From: mctaylors Date: Sun, 17 Dec 2023 23:07:55 +0300 Subject: [PATCH] how Signed-off-by: mctaylors --- src/Commands/RemindCommandGroup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Commands/RemindCommandGroup.cs b/src/Commands/RemindCommandGroup.cs index d578a7b..0ce28ef 100644 --- a/src/Commands/RemindCommandGroup.cs +++ b/src/Commands/RemindCommandGroup.cs @@ -2,7 +2,6 @@ using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Text; using JetBrains.Annotations; -using NGettext.Plural.Ast; using Octobot.Data; using Octobot.Extensions; using Octobot.Services;