Skip to content

Commit

Permalink
Update src/intelligence_layer/connectors/argilla/argilla_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianNiehusAA authored Jun 12, 2024
1 parent 2913f50 commit a44370c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def _create_question(
name: str,
title: str,
description: str,
settings: Mapping[Any, Any],
settings: Mapping[str, Any],
dataset_id: str,
) -> None:
url = self.api_url + f"api/v1/datasets/{dataset_id}/questions"
Expand Down

0 comments on commit a44370c

Please sign in to comment.