]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/DbImport.hs
Remove an unused import.
[dead/htsn-import.git] / 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.
 --