more reloading related fixes

This commit is contained in:
Jakob Pinterits
2024-11-05 14:52:24 +01:00
parent cc0a553876
commit 4ed81dc15e
2 changed files with 0 additions and 3 deletions

View File

@@ -83,7 +83,6 @@ import typing as t
import rio
from . import pages
from . import components as comps
""".strip()
)

View File

@@ -172,8 +172,6 @@ def modules_in_directory(project_path: Path) -> t.Iterable[str]:
module_paths = [getattr(module, "__file__", None)]
except TypeError:
continue
else:
continue
# If any path is inside of the process directory, yield the module
for module_path in module_paths: