🐛 Fix ModuleNotFoundError typo

This commit is contained in:
Brian Wiborg 2025-10-08 13:39:11 +02:00
parent 1ef64c2b17
commit b1222c64d6
No known key found for this signature in database

View file

@ -306,7 +306,7 @@ class App:
# An app may come without any routes.
try:
importlib.import_module(mod_name)
except ModuleNotFound:
except ModuleNotFoundError:
return
# Avoid duplicates.