mirror of
https://github.com/rio-labs/rio.git
synced 2026-02-09 07:09:00 -06:00
more reloading related fixes
This commit is contained in:
@@ -83,7 +83,6 @@ import typing as t
|
||||
|
||||
import rio
|
||||
|
||||
from . import pages
|
||||
from . import components as comps
|
||||
""".strip()
|
||||
)
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user