Skip to content
Snippets Groups Projects
Commit bad3f63b authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Removed leftover debug code from relative import issues

parent 8a37b838
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@ import importlib
from ..base.api import app
print(f'PACKAGE NAME IS ' + __package__)
for ex in ['ilastik']:
m = importlib.import_module(f'..extensions.{ex}.router', package=__package__)
app.include_router(m.router)
......@@ -50,7 +50,6 @@ def main(args) -> None:
target=uvicorn.run,
args=(f'{args.confpath}:app',),
kwargs={
# 'app_dir': Path('..').resolve().__str__(),
'app_dir': '..',
'host': args.host,
'port': int(args.port),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment