compat.genlib.roundrobin: fix missing imports

This commit is contained in:
dx-mon 2021-02-04 03:10:44 +00:00 committed by whitequark
parent 746886ca8a
commit f7c2b9419f

View file

@ -1,3 +1,6 @@
import warnings
from ..fhdl.structure import Signal, If, Case
from ..._utils import deprecated
from ..fhdl.module import CompatModule