aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-06-19 12:35:41 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-06-19 15:25:07 +0200
commit90751795e5164365b247be18d5c97e34932637fe (patch)
treedf27f667739a072c7c62280aeaa6ab6ce949d317 /pyGHDL
parentab45b7d09084481b4007ecfec102c09642a5b14c (diff)
downloadghdl-90751795e5164365b247be18d5c97e34932637fe.tar.gz
ghdl-90751795e5164365b247be18d5c97e34932637fe.tar.bz2
ghdl-90751795e5164365b247be18d5c97e34932637fe.zip
Fixed a black issue.
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/dom/formatting/prettyprint.py2
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