From 0a69901be945dfb6c5372e657332d5e5ddfa10c7 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 22 Jun 2021 11:59:09 +0200 Subject: Fixed issues reported by Codacy. --- testsuite/pyunit/dom/SimpleEntity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/pyunit/dom/SimpleEntity.py b/testsuite/pyunit/dom/SimpleEntity.py index adf0689eb..8199fe7cc 100644 --- a/testsuite/pyunit/dom/SimpleEntity.py +++ b/testsuite/pyunit/dom/SimpleEntity.py @@ -1,7 +1,7 @@ from pathlib import Path from unittest import TestCase -from pyGHDL.dom.NonStandard import Design, Library, Document +from pyGHDL.dom.NonStandard import Design, Document if __name__ == "__main__": -- cgit v1.2.3