Skip to content

Commit

Permalink
fix(format): ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Dec 24, 2024
1 parent 5412b02 commit 7a5f1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions srdt_analysis/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from srdt_analysis.api.schemas import (
AnonymizeRequest,
AnonymizeResponse,
ChunkResult,
ChunkMetadata,
ChunkResult,
GenerateRequest,
GenerateResponse,
RephraseRequest,
Expand All @@ -17,7 +17,6 @@
)
from srdt_analysis.collections import Collections
from srdt_analysis.constants import BASE_API_URL, COLLECTION_IDS
from srdt_analysis.llm_processor import LLMProcessor
from srdt_analysis.llm_runner import LLMRunner
from srdt_analysis.tokenizer import Tokenizer

Expand Down
2 changes: 1 addition & 1 deletion srdt_analysis/api/schemas.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Dict, List, Literal, Optional
from typing import List, Literal, Optional

from pydantic import BaseModel, Field

Expand Down

0 comments on commit 7a5f1f4

Please sign in to comment.