aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom/Literals.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/dom/Literals.py')
-rw-r--r--testsuite/pyunit/dom/Literals.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/pyunit/dom/Literals.py b/testsuite/pyunit/dom/Literals.py
index 8e426a0a9..7eb80abaa 100644
--- a/testsuite/pyunit/dom/Literals.py
+++ b/testsuite/pyunit/dom/Literals.py
@@ -1,10 +1,11 @@
-from pyGHDL.dom.Literal import IntegerLiteral
-from pyGHDL.dom.Object import Constant
from pathlib import Path
from textwrap import dedent
from unittest import TestCase
from pyGHDL.dom.Misc import Design, Document
+from pyGHDL.dom.Object import Constant
+from pyGHDL.dom.Literal import IntegerLiteral
+
if __name__ == "__main__":
print("ERROR: you called a testcase declaration file as an executable module.")