From 6fc850e2ff29b7c76c8d43224be9bb833feb3485 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 5 Feb 2018 15:32:11 -0600 Subject: [PATCH] rm unused using --- src/FilterLists.Services/SnapshotService/SnapshotBatchDe.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FilterLists.Services/SnapshotService/SnapshotBatchDe.cs b/src/FilterLists.Services/SnapshotService/SnapshotBatchDe.cs index 6a0ab7c6a..7e51636a2 100644 --- a/src/FilterLists.Services/SnapshotService/SnapshotBatchDe.cs +++ b/src/FilterLists.Services/SnapshotService/SnapshotBatchDe.cs @@ -3,7 +3,6 @@ using FilterLists.Data; using FilterLists.Data.Entities; using FilterLists.Data.Entities.Junctions; -using Microsoft.EntityFrameworkCore; namespace FilterLists.Services.SnapshotService {