Fix delete junction batch command

This commit is contained in:
WQY\qiong
2022-10-21 19:59:58 +08:00
parent 75aec8e40e
commit 6afd6c3411
3 changed files with 2 additions and 6 deletions

View File

@@ -96,11 +96,6 @@ def pick_snapshot(name: str, tag: str, discard: bool = False) -> ChangeSet:
def sync_with_server(name: str, operation: int) -> ChangeSet:
return api.sync_with_server(name, operation)
############################################################
# operation
############################################################
def execute_batch_commands(name: str, cs: ChangeSet) -> ChangeSet:
return api.execute_batch_commands(name, cs)