*: 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,5 +1,4 @@
import unittest
from itertools import count
from nmigen.compat import *
from nmigen.compat.genlib.fsm import FSM

View file

@ -1,7 +1,7 @@
import os
from contextlib import contextmanager
from nmigen._utils import flatten, union
from nmigen._utils import flatten
from nmigen.hdl.ast import *
from nmigen.hdl.cd import *
from nmigen.hdl.mem import *

View file

@ -5,7 +5,6 @@ import subprocess
import textwrap
import traceback
import unittest
from contextlib import contextmanager
from nmigen.hdl.ast import *
from nmigen.hdl.ir import *