aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/formatting
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-06-18 20:35:57 +0200
committerTristan Gingold <tgingold@free.fr>2021-06-18 20:35:57 +0200
commitcabe6993a017fc4e4a621e092c5b0cc0a10cc0f3 (patch)
treeb2b49906bd31164280ab5accd9803f292947aef5 /pyGHDL/dom/formatting
parent2d84548e3827bd3d42c3e2bce159b68d70a8740d (diff)
downloadghdl-cabe6993a017fc4e4a621e092c5b0cc0a10cc0f3.tar.gz
ghdl-cabe6993a017fc4e4a621e092c5b0cc0a10cc0f3.tar.bz2
ghdl-cabe6993a017fc4e4a621e092c5b0cc0a10cc0f3.zip
pyGHDL/dom: reformatting
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 7129a30c4..59fdd485b 100644
--- a/pyGHDL/dom/formatting/prettyprint.py
+++ b/pyGHDL/dom/formatting/prettyprint.py
@@ -12,7 +12,8 @@ from pyVHDLModel.VHDLModel import (
PortInterfaceItem,
BinaryExpression,
IdentityExpression,
- UnaryExpression, WithDefaultExpression,
+ UnaryExpression,
+ WithDefaultExpression,
)
from pyGHDL import GHDLBaseException