*: remove unused imports

This commit is contained in:
Robin Ole Heinemann 2021-05-18 20:39:57 +02:00 committed by whitequark
parent d09dedfb48
commit 25caf4045b
16 changed files with 10 additions and 25 deletions

View file

@ -1,6 +1,6 @@
from nmigen import *
from nmigen.sim import *
from nmigen.back import rtlil, verilog
from nmigen.back import verilog
class Counter(Elaboratable):