aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/formatting/prettyprint.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/dom/formatting/prettyprint.py')
-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