Skip to content

Commit af9dd7f

Browse files
committed
cleanup
1 parent 41e9db8 commit af9dd7f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/Schema.NET.Common/OneOrMany{T}.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ namespace Schema.NET;
33
using System;
44
using System.Collections;
55
using System.Collections.Generic;
6-
using System.Collections.Immutable;
7-
using System.Diagnostics;
86
using System.Diagnostics.CodeAnalysis;
97
using System.Linq;
10-
using System.Runtime.CompilerServices;
118

129
/// <summary>
1310
/// A single or list of values.

0 commit comments

Comments
 (0)