Skip to content

Commit

Permalink
Removed unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
TwentyFourMinutes committed Jul 14, 2020
1 parent ad6fabf commit 8470d53
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using BenchmarkDotNet.Attributes;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Venflow.Benchmarks.Benchmarks.Models.Configurations;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.ComponentModel.DataAnnotations.Schema;
using Venflow.Modeling.Definitions;
using Venflow.Modeling.Definitions.Builder;

namespace Venflow.Benchmarks.Benchmarks.Models
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Npgsql;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Linq.Expressions;
Expand Down

0 comments on commit 8470d53

Please sign in to comment.