From 7511a1a2178cece1dd8e022248c47a7a7a87df43 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 5 Mar 2017 14:18:16 +0100 Subject: [PATCH] cleaning --- Yavsc/Models/ApplicationDbContext.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Yavsc/Models/ApplicationDbContext.cs b/Yavsc/Models/ApplicationDbContext.cs index ffa33888..615060ac 100644 --- a/Yavsc/Models/ApplicationDbContext.cs +++ b/Yavsc/Models/ApplicationDbContext.cs @@ -26,7 +26,6 @@ namespace Yavsc.Models using Musical.Profiles; using Workflow.Profiles; using Drawing; - using System.Collections.Generic; using Yavsc.Attributes; public class ApplicationDbContext : IdentityDbContext