aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
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