Skip to content

Commit 128c1fa

Browse files
committed
Add namespace
1 parent 82a1b17 commit 128c1fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Microsoft.OpenApi/Models/OpenApiComponents.cs

Lines changed: 1 addition & 3 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 System;
45
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text.Json.Nodes;
76
using Microsoft.OpenApi.Interfaces;
87
using Microsoft.OpenApi.Writers;
9-
using static Microsoft.OpenApi.Extensions.OpenApiSerializableExtensions;
108

119
namespace Microsoft.OpenApi.Models
1210
{

0 commit comments

Comments
 (0)