Skip to content

Commit 3fce539

Browse files
z275748353zhanglongbin
andauthored
Fix the bug of dataflow with ID #57 #59 #60 #62 (#64)
* Fix the bug of dataflow with ID #34 * Fix the bug of dataflow with ID #57 #59 #60 #62 * Fix the bug of dataflow with ID #57 #59 #60 #62 * Fix the bug of dataflow with ID #57 #59 #60 #62 --------- Co-authored-by: zhanglongbin <[email protected]>
1 parent fdec905 commit 3fce539

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

data_server/api/endpoints/operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from data_server.operator.models.operator import OperatorInfo
1818
from data_server.operator.schemas import (
1919
OperatorCreateRequest, OperatorUpdateRequest, OperatorConfigSelectOptionsCreate,
20-
OperatorResponse, OperatorConfigSelectOptionsResponse, OperatorDocumentResponse
20+
OperatorResponse, OperatorConfigSelectOptionsResponse
2121
)
2222
from ...schemas.responses import response_success, response_fail
2323
from ...api.dependencies import get_validated_token_payload

data_server/database/session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
load_dotenv()
2525

2626

27-
2827
def sqlalchemy_database_uri() -> URL:
2928
db_user_name = ""
3029
db_user_pwd = ""

0 commit comments

Comments
 (0)