Skip to content

Commit ec420d7

Browse files
committed
Remove unnecessary usings
1 parent e827598 commit ec420d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Microsoft.OpenApi/Models/References/OpenApiSchemaReference.cs

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

4-
using Microsoft.OpenApi.Any;
54
using Microsoft.OpenApi.Interfaces;
65
using Microsoft.OpenApi.Writers;
76
using System;
87
using System.Collections.Generic;
9-
using System.Runtime;
108
using System.Text.Json.Nodes;
119

1210
namespace Microsoft.OpenApi.Models.References

0 commit comments

Comments
 (0)