mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-21 20:28:10 +00:00
Import DataStoreBase from service now
This commit is contained in:
parent
506b84a49a
commit
7f0d8a131d
@ -1,7 +1,7 @@
|
||||
from flask import g
|
||||
|
||||
from crc.api.common import ApiError
|
||||
from crc.scripts.data_store_base import DataStoreBase
|
||||
from crc.services.data_store_service import DataStoreBase
|
||||
from crc.scripts.script import Script
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
from flask import g
|
||||
|
||||
from crc.api.common import ApiError
|
||||
from crc.scripts.data_store_base import DataStoreBase
|
||||
from crc.services.data_store_service import DataStoreBase
|
||||
from crc.scripts.script import Script
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
from crc.scripts.data_store_base import DataStoreBase
|
||||
from crc.services.data_store_service import DataStoreBase
|
||||
from crc.scripts.script import Script
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
from crc.scripts.data_store_base import DataStoreBase
|
||||
from crc.services.data_store_service import DataStoreBase
|
||||
from crc.scripts.script import Script
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
from flask import g
|
||||
|
||||
from crc.scripts.data_store_base import DataStoreBase
|
||||
from crc.services.data_store_service import DataStoreBase
|
||||
from crc.scripts.script import Script
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
from flask import g
|
||||
|
||||
from crc.scripts.data_store_base import DataStoreBase
|
||||
from crc.services.data_store_service import DataStoreBase
|
||||
from crc.scripts.script import Script
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user