🩹 Fix typo

This commit is contained in:
Brian Wiborg 2025-10-02 02:45:53 +02:00
parent 63a4f4f948
commit 28f76fc4f4
No known key found for this signature in database

View file

@ -302,8 +302,7 @@ class App:
for _, subname, _ in pkgutil.iter_modules( for _, subname, _ in pkgutil.iter_modules(
mod.__path__, mod.__name__ + "." mod.__path__, mod.__name__ + "."
): ):
submod = importlib.import_module(subname) walk(subname)
walk(submod)
# Walk the walk. # Walk the walk.
walk(mod_name) walk(mod_name)