clean up unused python import statements
authorStaf Verhaegen <staf@stafverhaegen.be>
Mon, 26 Aug 2019 19:02:39 +0000 (21:02 +0200)
committerStaf Verhaegen <staf@stafverhaegen.be>
Mon, 26 Aug 2019 19:02:39 +0000 (21:02 +0200)
sim/cocotb/c4m_jtag.py
sim/cocotb/controller/test.py
sim/cocotb/dual_parallel/test.py

index bdac25ca5c5f17f3e6bc750744e95ded23849ffc..fe014f381182feacf050b22dbd55cb6785ce305d 100644 (file)
@@ -1,6 +1,5 @@
 import cocotb
 from cocotb.triggers import Timer
 import cocotb
 from cocotb.triggers import Timer
-from cocotb.utils import get_sim_steps
 from cocotb.binary import BinaryValue
 
 class JTAGException(Exception):
 from cocotb.binary import BinaryValue
 
 class JTAGException(Exception):
index c29d00ea67b5e85c5943088655d0a2b0f5b62375..9d66ea8261b5c67be57fe0664a1ff872e4d26c20 100644 (file)
@@ -1,5 +1,4 @@
 import cocotb
 import cocotb
-from cocotb.triggers import Timer
 from cocotb.utils import get_sim_steps
 from cocotb.binary import BinaryValue
 
 from cocotb.utils import get_sim_steps
 from cocotb.binary import BinaryValue
 
index 51f868defe48147029df80897ebfd7ad2f99c6dd..47cf306bb2842bd911a5de5091c0fb89827f44e5 100644 (file)
@@ -1,7 +1,5 @@
 import cocotb
 import cocotb
-from cocotb.triggers import Timer
 from cocotb.utils import get_sim_steps
 from cocotb.utils import get_sim_steps
-from cocotb.binary import BinaryValue
 
 from c4m_jtag import JTAG_Master
 
 
 from c4m_jtag import JTAG_Master