From bea38eb185b8bc6d8660d89316c889414aebe5ac Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 21 Jan 2014 23:48:19 -0500 Subject: [PATCH] Remove an unused import. --- src/TSN/DbImport.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/TSN/DbImport.hs b/src/TSN/DbImport.hs index c584a9a..4f4c8f2 100644 --- a/src/TSN/DbImport.hs +++ b/src/TSN/DbImport.hs @@ -28,9 +28,6 @@ import Database.Groundhog ( runMigration ) import Database.Groundhog.Core ( Migration, PersistBackend ) import Network.Services.TSN.Report ( report_info ) --- Local imports -import TSN.XmlImport ( XmlImport(..) ) - -- | The type that will be returned from every file import attempt. -- -- 2.43.2