diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-06-18 20:35:57 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-06-18 20:35:57 +0200 |
commit | cabe6993a017fc4e4a621e092c5b0cc0a10cc0f3 (patch) | |
tree | b2b49906bd31164280ab5accd9803f292947aef5 /pyGHDL/dom/formatting | |
parent | 2d84548e3827bd3d42c3e2bce159b68d70a8740d (diff) | |
download | ghdl-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.py | 3 |
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 |