From 71012857563024f09b88b594c5f4a79633123fe8 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Wed, 22 Jul 2020 23:21:47 +0200 Subject: [PATCH] Remove DQSPattern import --- gram/test/test_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gram/test/test_common.py b/gram/test/test_common.py index 5f954ca..2f0b480 100644 --- a/gram/test/test_common.py +++ b/gram/test/test_common.py @@ -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): -- 2.30.2