Skip to content

Commit 7458722

Browse files
committed
Remove unnecessary using.
1 parent d4d9f76 commit 7458722

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ExpressValidator.Extensions.DependencyInjection/ProxyValidator.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
using FluentValidation.Results;
22
using Microsoft.Extensions.DependencyInjection;
33
using System;
4-
using System.Collections.Generic;
5-
using System.Data;
6-
using System.Text;
74
using System.Threading;
85
using System.Threading.Tasks;
96

107
namespace ExpressValidator.Extensions.DependencyInjection
118
{
12-
internal class ProxyValidator<T> : IExpressValidator<T>
9+
internal class ProxyValidator<T> : IExpressValidator<T>
1310
{
1411
private readonly IExpressValidator<T> _innerValidator;
1512
public ProxyValidator(IServiceProvider serviceProvider)

0 commit comments

Comments
 (0)