Skip to content

Commit

Permalink
remove main
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Feb 15, 2024
1 parent ea39ff3 commit 4354bd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/batch-classification/run_langsmith.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ async def classify(data: str) -> QuestionClassification:
)


@traceable(name="main")
async def main(questions: List[str]):
tasks = [classify(question) for question in questions]
resps = []
Expand Down

0 comments on commit 4354bd8

Please sign in to comment.