From 0562c0c1aa8b841933eea36f7dcbf8ec613e6a9c Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:49:14 -0500 Subject: [PATCH] fix: cleanup unnecessary usings --- src/AnthropicClient/Utils/JsonSchemaGenerator.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/AnthropicClient/Utils/JsonSchemaGenerator.cs b/src/AnthropicClient/Utils/JsonSchemaGenerator.cs index e270464..76e765f 100644 --- a/src/AnthropicClient/Utils/JsonSchemaGenerator.cs +++ b/src/AnthropicClient/Utils/JsonSchemaGenerator.cs @@ -1,8 +1,6 @@ using System.Reflection; -using System.Text.Json; using System.Text.Json.Nodes; -using AnthropicClient.Json; using AnthropicClient.Models; namespace AnthropicClient.Utils;