Skip to content

Commit 75de5ae

Browse files
authored
fix dup content (Azure#21651)
1 parent c055eba commit 75de5ae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sdk/synapse/azure-synapse-artifacts/azure/synapse/artifacts/aio/operations/_library_operations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,6 @@ async def append(
642642
api_version=api_version,
643643
content_type=content_type,
644644
content=content,
645-
content=content,
646645
blob_condition_append_position=blob_condition_append_position,
647646
template_url=self.append.metadata['url'],
648647
)

sdk/synapse/azure-synapse-artifacts/azure/synapse/artifacts/operations/_library_operations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,6 @@ def append(
890890
api_version=api_version,
891891
content_type=content_type,
892892
content=content,
893-
content=content,
894893
blob_condition_append_position=blob_condition_append_position,
895894
template_url=self.append.metadata['url'],
896895
)

0 commit comments

Comments
 (0)