From 1a82450e497a63b591b89a519f22e52b4fb201c5 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 29 Apr 2019 04:51:36 +0100 Subject: [PATCH] remove unneeded imports from stageapi --- src/add/stageapi.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/add/stageapi.py b/src/add/stageapi.py index 9217c1fe..2b7003c4 100644 --- a/src/add/stageapi.py +++ b/src/add/stageapi.py @@ -73,13 +73,7 @@ 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 -- 2.30.2