remove unused import

This commit is contained in:
Zachary Snow 2019-09-04 21:01:27 -04:00
parent 41bba1b2f2
commit baaffd732d
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
module Convert.Stream (convert) where
import Control.Monad.Writer
import Data.Hashable (hash)
import Convert.Traverse
import Language.SystemVerilog.AST