aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Literal.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-25 20:06:20 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-25 20:06:20 +0100
commitc02d6c4372f2250321cdaed0105cdc5273370bbc (patch)
treecf720dd7724a5f2548948cf6f89202bdef2f69fa /pyGHDL/dom/Literal.py
parent8e1b0568057bbe6d81d68aa47b9b6fc42bdb2de4 (diff)
downloadghdl-c02d6c4372f2250321cdaed0105cdc5273370bbc.tar.gz
ghdl-c02d6c4372f2250321cdaed0105cdc5273370bbc.tar.bz2
ghdl-c02d6c4372f2250321cdaed0105cdc5273370bbc.zip
Removed declarations of __all__ when not needed by export.
Diffstat (limited to 'pyGHDL/dom/Literal.py')
-rw-r--r--pyGHDL/dom/Literal.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyGHDL/dom/Literal.py b/pyGHDL/dom/Literal.py
index c054273c4..e8a87bc19 100644
--- a/pyGHDL/dom/Literal.py
+++ b/pyGHDL/dom/Literal.py
@@ -48,8 +48,6 @@ from pyGHDL.libghdl.vhdl import nodes
from pyGHDL.dom import DOMMixin
from pyGHDL.dom._Utils import GetNameOfNode
-__all__ = []
-
@export
class NullLiteral(VHDLModel_NullLiteral, DOMMixin):