Skip to content

Commit 288b46b

Browse files
Rakshith Bhyravabhotlarakshith91
authored andcommitted
Update sdk/search/azure-search-documents/azure/search/documents/_service/_datasources_client.py
1 parent 92207f7 commit 288b46b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/search/azure-search-documents/azure/search/documents/_service/_datasources_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def create_datasource(self, data_source, **kwargs):
7979

8080
@distributed_trace
8181
def create_or_update_datasource(self, data_source, name=None, **kwargs):
82-
# type: (str, DataSource, Optional[str], **Any) -> Dict[str, Any]
82+
# type: (DataSource, Optional[str], **Any) -> Dict[str, Any]
8383
"""Creates a new datasource or updates a datasource if it already exists.
8484
:param name: The name of the datasource to create or update.
8585
:type name: str

0 commit comments

Comments
 (0)