Skip to content

Commit c29a731

Browse files
authored
removed unreachable code
1 parent 3223a43 commit c29a731

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CH_08_metaclasses/plugins/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def autoload(cls):
5454
# Skip __init__.py and other non-plugin files
5555
if not MODULE_NAME_RE.match(filename.stem):
5656
continue
57-
cls.get(filename.stem)
5857

5958
# Skip this file
6059
if filename == CURRENT_FILE:

0 commit comments

Comments
 (0)