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