diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-25 20:06:20 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-25 20:06:20 +0100 |
commit | c02d6c4372f2250321cdaed0105cdc5273370bbc (patch) | |
tree | cf720dd7724a5f2548948cf6f89202bdef2f69fa /pyGHDL/dom/InterfaceItem.py | |
parent | 8e1b0568057bbe6d81d68aa47b9b6fc42bdb2de4 (diff) | |
download | ghdl-c02d6c4372f2250321cdaed0105cdc5273370bbc.tar.gz ghdl-c02d6c4372f2250321cdaed0105cdc5273370bbc.tar.bz2 ghdl-c02d6c4372f2250321cdaed0105cdc5273370bbc.zip |
Removed declarations of __all__ when not needed by export.
Diffstat (limited to 'pyGHDL/dom/InterfaceItem.py')
-rw-r--r-- | pyGHDL/dom/InterfaceItem.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyGHDL/dom/InterfaceItem.py b/pyGHDL/dom/InterfaceItem.py index aa63f3094..44b67a79c 100644 --- a/pyGHDL/dom/InterfaceItem.py +++ b/pyGHDL/dom/InterfaceItem.py @@ -57,9 +57,6 @@ from pyGHDL.dom._Utils import GetNameOfNode, GetModeOfNode, GetDocumentationOfNo from pyGHDL.dom._Translate import GetSubtypeIndicationFromNode, GetExpressionFromNode -__all__ = [] - - @export class GenericConstantInterfaceItem(VHDLModel_GenericConstantInterfaceItem, DOMMixin): def __init__( |