♻️ (code_parser.py): remove redundant condition that caused Component to not be parsed (#2406)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
8e216e5d9b
commit
9b2edad404
1 changed files with 0 additions and 2 deletions
|
|
@ -329,8 +329,6 @@ class CodeParser:
|
|||
"""
|
||||
Extracts "classes" from the code, including inheritance and init methods.
|
||||
"""
|
||||
if node.name in ["CustomComponent", "Component", "BaseComponent"]:
|
||||
return
|
||||
bases = self.get_base_classes()
|
||||
nodes = []
|
||||
for base in bases:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue