remove unused imports
[nmigen-gf.git] / src / nmigen_gf / hdl / cldivrem.py
index ae631c84c93bf70956cbcbd007bbc81ac000c83b..4ce94ce7618b826ff0641c73bee187a4f2f1aa95 100644 (file)
@@ -10,7 +10,7 @@ https://bugs.libre-soc.org/show_bug.cgi?id=784
 """
 
 from nmigen.hdl.ir import Elaboratable
-from nmigen.hdl.ast import Signal, Cat
+from nmigen.hdl.ast import Signal
 from nmigen.hdl.dsl import Module