aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/formatting
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-07-30 23:55:18 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-08-23 16:35:33 +0200
commit5314281f0b8090f820ae64b652e40c300c2bdec2 (patch)
tree56bb66b407cd669786420ae8d98b76b5fb6ad2b2 /pyGHDL/dom/formatting
parent8a71357337e46c256f9a243fb574dd78dcec67bc (diff)
downloadghdl-5314281f0b8090f820ae64b652e40c300c2bdec2.tar.gz
ghdl-5314281f0b8090f820ae64b652e40c300c2bdec2.tar.bz2
ghdl-5314281f0b8090f820ae64b652e40c300c2bdec2.zip
Fixes.
Diffstat (limited to 'pyGHDL/dom/formatting')
-rw-r--r--pyGHDL/dom/formatting/prettyprint.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyGHDL/dom/formatting/prettyprint.py b/pyGHDL/dom/formatting/prettyprint.py
index 8ab854212..a30258443 100644
--- a/pyGHDL/dom/formatting/prettyprint.py
+++ b/pyGHDL/dom/formatting/prettyprint.py
@@ -41,7 +41,8 @@ from pyVHDLModel.SyntaxModel import (
WithDefaultExpressionMixin,
Function,
BaseType,
- FullType, BaseConstant,
+ FullType,
+ BaseConstant,
)
from pyGHDL import GHDLBaseException