remove unneeded imports from stageapi
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 29 Apr 2019 03:51:36 +0000 (04:51 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 29 Apr 2019 03:51:36 +0000 (04:51 +0100)
src/add/stageapi.py

index 9217c1fee22445a44b71dd648884c9ad99eaaea4..2b7003c4170323a38e72ad914ecbb475e4a39d5b 100644 (file)
     all the optional bits.
 """
 
-from nmigen import Signal, Cat, Const, Mux, Module, Value, Elaboratable
-from nmigen.cli import verilog, rtlil
-from nmigen.hdl.rec import Record
-
 from abc import ABCMeta, abstractmethod
-from collections.abc import Sequence, Iterable
-from collections import OrderedDict
 import inspect
 
 from iocontrol import PrevControl, NextControl