Skip to content

Commit

Permalink
define missing ENDPOINT variable
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Aug 5, 2024
1 parent e72c5a5 commit 9fcd43c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bfabric/entities/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class Dataset(Entity):
:param data_dict: The dictionary representation of the dataset.
"""

ENDPOINT: str = "dataset"

def __init__(self, data_dict: dict[str, Any], client: Bfabric | None = None) -> None:
super().__init__(data_dict=data_dict, client=client)

Expand Down

0 comments on commit 9fcd43c

Please sign in to comment.