clean up unused python import statements
[c4m-jtag.git] / sim / cocotb / c4m_jtag.py
index bdac25ca5c5f17f3e6bc750744e95ded23849ffc..fe014f381182feacf050b22dbd55cb6785ce305d 100644 (file)
@@ -1,6 +1,5 @@
 import cocotb
 from cocotb.triggers import Timer
-from cocotb.utils import get_sim_steps
 from cocotb.binary import BinaryValue
 
 class JTAGException(Exception):