Skip to content

Commit 889fcde

Browse files
committed
Remove unnecessary usings
1 parent 085c1f1 commit 889fcde

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Microsoft.OpenApi.Hidi/OpenApiService.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT license.
33

44
using System;
@@ -19,7 +19,6 @@
1919
using System.Xml.Xsl;
2020
using Microsoft.Extensions.Configuration;
2121
using Microsoft.Extensions.Logging;
22-
using Microsoft.Extensions.Options;
2322
using Microsoft.OData.Edm.Csdl;
2423
using Microsoft.OpenApi.ApiManifest;
2524
using Microsoft.OpenApi.ApiManifest.OpenAI;

src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.IO;
66
using System.Linq;
77
using System.Net.Http;
8-
using System.Runtime;
98
using System.Security;
109
using System.Threading;
1110
using System.Threading.Tasks;

0 commit comments

Comments
 (0)