Remove DQSPattern import
authorJean THOMAS <git0@pub.jeanthomas.me>
Wed, 22 Jul 2020 21:21:47 +0000 (23:21 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Wed, 22 Jul 2020 21:21:47 +0000 (23:21 +0200)
gram/test/test_common.py

index 5f954ca2b29fc89de64eae1fca88abe02e61f9f9..2f0b4803c3e7cfc3fe3c8da7df6cdcf35f49c61e 100644 (file)
@@ -2,7 +2,7 @@
 from nmigen import *
 from nmigen.hdl.ast import Past
 
-from gram.common import DQSPattern, tXXDController
+from gram.common import tXXDController
 from utils import *
 
 class tXXDControllerTestCase(FHDLTestCase):