From: Michael Orlitzky Date: Wed, 22 Jan 2014 04:48:19 +0000 (-0500) Subject: Remove an unused import. X-Git-Tag: 0.0.2~8 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=bea38eb185b8bc6d8660d89316c889414aebe5ac Remove an unused import. --- 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. --