From c02d6c4372f2250321cdaed0105cdc5273370bbc Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 25 Dec 2022 20:06:20 +0100 Subject: Removed declarations of __all__ when not needed by export. --- pyGHDL/dom/Literal.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pyGHDL/dom/Literal.py') 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): -- cgit v1.2.3