aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Literal.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/dom/Literal.py')
-rw-r--r--pyGHDL/dom/Literal.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/pyGHDL/dom/Literal.py b/pyGHDL/dom/Literal.py
index 2ed1b5f65..562b188fd 100644
--- a/pyGHDL/dom/Literal.py
+++ b/pyGHDL/dom/Literal.py
@@ -32,10 +32,11 @@
# ============================================================================
from pydecor import export
-from pyVHDLModel.VHDLModel import \
- IntegerLiteral as VHDLModel_IntegerLiteral, \
- FloatingPointLiteral as VHDLModel_FloatingPointLiteral, \
- CharacterLiteral as VHDLModel_CharacterLiteral
+from pyVHDLModel.VHDLModel import (
+ IntegerLiteral as VHDLModel_IntegerLiteral,
+ FloatingPointLiteral as VHDLModel_FloatingPointLiteral,
+ CharacterLiteral as VHDLModel_CharacterLiteral,
+)
__all__ = []