From be5a6bc27a3deea141a445cdaf32f2606cdffbe7 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 27 Jun 2022 12:28:06 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm.CustomPlugins.ExamplePlugin/CatAPI.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ArchiSteamFarm.CustomPlugins.ExamplePlugin/CatAPI.cs b/ArchiSteamFarm.CustomPlugins.ExamplePlugin/CatAPI.cs index cc49e86dc..7fe6e922a 100644 --- a/ArchiSteamFarm.CustomPlugins.ExamplePlugin/CatAPI.cs +++ b/ArchiSteamFarm.CustomPlugins.ExamplePlugin/CatAPI.cs @@ -20,11 +20,9 @@ // limitations under the License. using System; -using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; using ArchiSteamFarm.Web; using ArchiSteamFarm.Web.Responses; -using Newtonsoft.Json; namespace ArchiSteamFarm.CustomPlugins.ExamplePlugin;