Skip to content

Commit f710da5

Browse files
committed
Remove unnecessary using statement.
1 parent 2715134 commit f710da5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CodingFlow.FluentValidation.UnitTests/BetweenInclusiveValidatorTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.ComponentModel.DataAnnotations;
2-
using System.Numerics;
1+
using System.Numerics;
32
using CodingFlow.FluentValidation.Validators;
43
using FluentAssertions;
54
using static CodingFlow.FluentValidation.Validations;

0 commit comments

Comments
 (0)