8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3223a43 + c29a731 commit 441af8bCopy full SHA for 441af8b
CH_08_metaclasses/plugins/base.py
@@ -54,7 +54,6 @@ def autoload(cls):
54
# Skip __init__.py and other non-plugin files
55
if not MODULE_NAME_RE.match(filename.stem):
56
continue
57
- cls.get(filename.stem)
58
59
# Skip this file
60
if filename == CURRENT_FILE:
0 commit comments