Skip to content

Commit

Permalink
change how we link module
Browse files Browse the repository at this point in the history
  • Loading branch information
silenus092 committed Dec 2, 2023
1 parent fe3653e commit b5f6921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/app_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
from pages.config import logging_radar
from pages.config import redis_manager
from pages.DBManager import DBManager
from pages.libs.pathosonar.src.pathosonar.dbm import sonarDBManager
from pages.libs.pathosonar.src.pathosonar.utils import sonarUtils
from pages.utils import generate_96_mutation_types
from .libs.pathosonar.src.pathosonar.dbm import sonarDBManager
from .libs.pathosonar.src.pathosonar.utils import sonarUtils


# CLASS
Expand Down
2 changes: 1 addition & 1 deletion pages/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
from pages.html_shared import html_elem_dropdown_genes
from pages.html_shared import html_elem_reference_radioitems
from pages.html_shared import html_table
from pages.libs.pathosonar.src.pathosonar.sonar import parse_args
from pages.util_tool_mpoxsonar import Output_mpxsonar
from pages.util_tool_mpoxsonar import query_card
from pages.util_tool_summary import descriptive_summary_panel
Expand All @@ -52,7 +53,6 @@
from .app_controller import sonarBasicsChild
from .compare_callbacks import get_compare_callbacks
from .explore_callbacks import get_explore_callbacks
from .libs.mpxsonar.src.mpxsonar.sonar import parse_args
from .utils import get_color_dict


Expand Down

0 comments on commit b5f6921

Please sign in to comment.