Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed May 10, 2024
1 parent 80a5dab commit e88009f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/app/api/runs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from typing import Any, Dict, Optional, Sequence, Union
from uuid import UUID

import langsmith.client
from fastapi import APIRouter, BackgroundTasks, HTTPException
Expand Down Expand Up @@ -101,7 +102,7 @@ async def config_schema() -> dict:
if tracing_is_enabled():
langsmith_client = langsmith.client.Client()

class BaseFeedback(BaseModel):
class FeedbackCreateRequest(BaseModel):
"""
Shared information between create requests of feedback and feedback objects
"""
Expand Down

0 comments on commit e88009f

Please sign in to comment.