Skip to content

Commit

Permalink
maint: ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartPurucker committed Oct 14, 2024
1 parent eba2b2e commit f6ec1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openml/study/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_study(
return study


def _get_study(id_: int | str, entity_type: str) -> BaseStudy:
def _get_study(id_: int | str, entity_type: str) -> BaseStudy: # noqa: C901
xml_string = openml._api_calls._perform_api_call(f"study/{id_}", "get")
force_list_tags = (
"oml:data_id",
Expand Down

0 comments on commit f6ec1bc

Please sign in to comment.