remove redundant imports
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 31 Jul 2019 09:48:30 +0000 (10:48 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 31 Jul 2019 09:48:30 +0000 (10:48 +0100)
src/ieee754/fpadd/pipeline.py

index 424d39e74a6e61f01cc7b3f2e1cd657d84e1614e..3cb26acf2be2a7141c449633d6035f4bb2229f81 100644 (file)
@@ -41,7 +41,7 @@ RoundMod, FPAddStage0Mod etc.
 from nmigen import Module
 from nmigen.cli import main, verilog
 
-from nmutil.singlepipe import (ControlBase, SimpleHandshake, PassThroughStage)
+from nmutil.singlepipe import ControlBase
 from nmutil.multipipe import CombMuxOutPipe
 from nmutil.multipipe import PriorityCombMuxInPipe
 from nmutil.concurrentunit import ReservationStations, num_bits