From b869ecf9daff1d02faf39de366c7b15f31087bea Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 24 Feb 2022 22:07:18 +0100 Subject: [PATCH] Fixed compile error --- .../src/CodeGeneration.CSharp.Client/ResponseFormatter.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/StrawberryShake/CodeGeneration/src/CodeGeneration.CSharp.Client/ResponseFormatter.cs b/src/StrawberryShake/CodeGeneration/src/CodeGeneration.CSharp.Client/ResponseFormatter.cs index f86776de877..31ceec20527 100644 --- a/src/StrawberryShake/CodeGeneration/src/CodeGeneration.CSharp.Client/ResponseFormatter.cs +++ b/src/StrawberryShake/CodeGeneration/src/CodeGeneration.CSharp.Client/ResponseFormatter.cs @@ -1,8 +1,6 @@ using System.Runtime.Serialization; -using System.Text.Json; using System.Xml.Linq; using static StrawberryShake.CodeGeneration.CSharp.Names; -using Path = System.IO.Path; namespace StrawberryShake.CodeGeneration.CSharp;