diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-22 11:59:09 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-22 12:28:25 +0200 |
commit | 0a69901be945dfb6c5372e657332d5e5ddfa10c7 (patch) | |
tree | 976beef99129705fa8d0e592dfba4fad61b80135 /testsuite/pyunit | |
parent | ef92aeca1b940e26b8fb6d562dcc74b06bb450f8 (diff) | |
download | ghdl-0a69901be945dfb6c5372e657332d5e5ddfa10c7.tar.gz ghdl-0a69901be945dfb6c5372e657332d5e5ddfa10c7.tar.bz2 ghdl-0a69901be945dfb6c5372e657332d5e5ddfa10c7.zip |
Fixed issues reported by Codacy.
Diffstat (limited to 'testsuite/pyunit')
-rw-r--r-- | testsuite/pyunit/dom/SimpleEntity.py | 2 |
1 files changed, 1 insertions, 1 deletions
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__": |