diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-19 12:35:41 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-19 15:25:07 +0200 |
commit | 90751795e5164365b247be18d5c97e34932637fe (patch) | |
tree | df27f667739a072c7c62280aeaa6ab6ce949d317 /pyGHDL/dom | |
parent | ab45b7d09084481b4007ecfec102c09642a5b14c (diff) | |
download | ghdl-90751795e5164365b247be18d5c97e34932637fe.tar.gz ghdl-90751795e5164365b247be18d5c97e34932637fe.tar.bz2 ghdl-90751795e5164365b247be18d5c97e34932637fe.zip |
Fixed a black issue.
Diffstat (limited to 'pyGHDL/dom')
-rw-r--r-- | pyGHDL/dom/formatting/prettyprint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/dom/formatting/prettyprint.py b/pyGHDL/dom/formatting/prettyprint.py index 4cbf00300..08f934fd6 100644 --- a/pyGHDL/dom/formatting/prettyprint.py +++ b/pyGHDL/dom/formatting/prettyprint.py @@ -9,7 +9,7 @@ from pyVHDLModel.VHDLModel import ( NamedEntity, PortInterfaceItem, IdentityExpression, - WithDefaultExpression + WithDefaultExpression, ) from pyGHDL import GHDLBaseException |