refactor: remove unused MoviesQueryParams import from MoviesDoc

This commit is contained in:
2026-05-12 18:51:47 +02:00
parent 2640c99243
commit 3fc7f914af

View File

@@ -1,8 +1,7 @@
use api_types::{
CastMemberDto, CrewMemberDto, DirectorStatDto, GenreDto, KeywordDto, MonthActivityDto,
MonthlyRatingDto, MovieDetailResponse, MovieDto, MovieProfileResponse, MovieStatsDto,
MoviesQueryParams, MoviesResponse, ReviewHistoryResponse, SocialFeedResponse, SocialReviewDto,
UserTrendsDto,
MoviesResponse, ReviewHistoryResponse, SocialFeedResponse, SocialReviewDto, UserTrendsDto,
};
use utoipa::OpenApi;
@@ -32,6 +31,6 @@ use utoipa::OpenApi;
MonthlyRatingDto,
DirectorStatDto,
UserTrendsDto,
)),
))
)]
pub struct MoviesDoc;