From 90751795e5164365b247be18d5c97e34932637fe Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 19 Jun 2021 12:35:41 +0200 Subject: Fixed a black issue. --- pyGHDL/dom/formatting/prettyprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3