From 4ba983cccc03ab5b85bfb0ef16d578f03e9825bb Mon Sep 17 00:00:00 2001 From: qinyouzeng Date: Wed, 13 Mar 2024 11:05:24 +0800 Subject: [PATCH] chore: update --- .../Masa.Tsc.ApiGateways.Caller/Services/ApmService.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ApiGateways/Masa.Tsc.ApiGateways.Caller/Services/ApmService.cs b/src/ApiGateways/Masa.Tsc.ApiGateways.Caller/Services/ApmService.cs index 3dd1ec6f..f77ebbe5 100644 --- a/src/ApiGateways/Masa.Tsc.ApiGateways.Caller/Services/ApmService.cs +++ b/src/ApiGateways/Masa.Tsc.ApiGateways.Caller/Services/ApmService.cs @@ -1,9 +1,6 @@ // Copyright (c) MASA Stack All rights reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. -using Masa.Contrib.StackSdks.Tsc.Apm.Clickhouse.Models.Request; -using Masa.Contrib.StackSdks.Tsc.Apm.Clickhouse.Models.Response; - namespace Masa.Tsc.ApiGateways.Caller.Services; public sealed class ApmService : BaseService