🩹 Fix typo
This commit is contained in:
parent
63a4f4f948
commit
28f76fc4f4
1 changed files with 1 additions and 2 deletions
|
|
@ -302,8 +302,7 @@ class App:
|
|||
for _, subname, _ in pkgutil.iter_modules(
|
||||
mod.__path__, mod.__name__ + "."
|
||||
):
|
||||
submod = importlib.import_module(subname)
|
||||
walk(submod)
|
||||
walk(subname)
|
||||
|
||||
# Walk the walk.
|
||||
walk(mod_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue