diff options
-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 |