Skip to content

Commit

Permalink
Remove ID that doens't exist (#31)
Browse files Browse the repository at this point in the history
x
  • Loading branch information
eyurtsev authored Nov 20, 2023
1 parent 0abb4f0 commit 0989f96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion langchain_benchmarks/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class BaseTask:
def _repr_html_(self) -> str:
"""Return an HTML representation of the environment."""
table = [
["ID", self.id],
["Name", self.name],
["Type", self.__class__.__name__],
["Dataset ID", self.dataset_id],
Expand Down

0 comments on commit 0989f96

Please sign in to comment.