Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimovchik committed Dec 7, 2024
1 parent b274c65 commit dd56a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rating_api/routes/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from rating_api.exceptions import ForbiddenAction, ObjectNotFound, TooManyCommentRequests
from rating_api.models import Comment, Lecturer, LecturerUserComment, ReviewStatus
from rating_api.schemas.base import StatusResponseModel
from rating_api.schemas.models import CommentGet, CommentGetAll, CommentPost, CommentImportAll
from rating_api.schemas.models import CommentGet, CommentGetAll, CommentImportAll, CommentPost
from rating_api.settings import Settings, get_settings


Expand Down

0 comments on commit dd56a93

Please sign in to comment.