refactor(chalice): refactored sessions code
This commit is contained in:
parent
a87f6c658c
commit
da433e1666
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import logging
|
|||
|
||||
import schemas
|
||||
from chalicelib.core import metadata, projects
|
||||
from . import sessions_favorite, sessions as sessions_legacy
|
||||
from chalicelib.core.sessions import sessions_favorite, sessions_legacy
|
||||
from chalicelib.utils import pg_client, helper
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue