Update CLI Shell Context
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,6 +18,7 @@ log/*
|
||||
|
||||
# IDE
|
||||
.vscode
|
||||
*.code-workspace
|
||||
|
||||
# ---> Node
|
||||
# Logs
|
||||
|
||||
@@ -12,8 +12,6 @@ def init_shell(): # pragma: no cover
|
||||
|
||||
from sigl.database import db
|
||||
from sigl.domain.models import (
|
||||
AccessKey,
|
||||
AccessToken,
|
||||
ListEntry,
|
||||
Product,
|
||||
ProductLocation,
|
||||
@@ -30,8 +28,6 @@ def init_shell(): # pragma: no cover
|
||||
'session': db.session,
|
||||
|
||||
# Models
|
||||
'AccessKey': AccessKey,
|
||||
'AccessToken': AccessToken,
|
||||
'ListEntry': ListEntry,
|
||||
'Product': Product,
|
||||
'ProductLocation': ProductLocation,
|
||||
|
||||
Reference in New Issue
Block a user