8000 Merge pull request #1 from sadeghim/patch-1 · mastering-python/code_2@441af8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 441af8b

Browse files
authored
Merge pull request #1 from sadeghim/patch-1
removed unreachable code
2 parents 3223a43 + c29a731 commit 441af8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CH_08_metaclasses/plugins/base.py

-1
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)
0