Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Only-bottle committed Jan 10, 2025
1 parent bd4f923 commit 6dea2bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/api/v1/endpoints/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from app.api.v1.schemas.base import Order
from app.api.v1.schemas.project import (
ProjectCreate,
ProjectResponse,
ProjectDuplicationCheckResponse,
ProjectDuplicationStatus,
ProjectResponse,
Expand Down
1 change: 1 addition & 0 deletions app/api/v1/schemas/train_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from typing import Dict, List, Optional

from pydantic import BaseModel, ConfigDict

from app.api.v1.schemas.base import ResponseItem


Expand Down
3 changes: 2 additions & 1 deletion app/services/model.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from typing import List

from sqlalchemy.orm import Session

from app.services.user import user_service
from app.api.v1.schemas.model import ModelPayload
from app.services.user import user_service
from netspresso.utils.db.repositories.model import trained_model_repository


Expand Down

0 comments on commit 6dea2bc

Please sign in to comment.