]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Remove an unused import.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 22 Jan 2014 04:48:19 +0000 (23:48 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 22 Jan 2014 04:48:19 +0000 (23:48 -0500)
src/TSN/DbImport.hs

index c584a9a0a88847dd75bcaaea812b331f9c02012a..4f4c8f2db4324743ebfbbc966544026b93372094 100644 (file)
@@ -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.
 --