refactor: remove unused MoviesQueryParams import from MoviesDoc
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
use api_types::{
|
use api_types::{
|
||||||
CastMemberDto, CrewMemberDto, DirectorStatDto, GenreDto, KeywordDto, MonthActivityDto,
|
CastMemberDto, CrewMemberDto, DirectorStatDto, GenreDto, KeywordDto, MonthActivityDto,
|
||||||
MonthlyRatingDto, MovieDetailResponse, MovieDto, MovieProfileResponse, MovieStatsDto,
|
MonthlyRatingDto, MovieDetailResponse, MovieDto, MovieProfileResponse, MovieStatsDto,
|
||||||
MoviesQueryParams, MoviesResponse, ReviewHistoryResponse, SocialFeedResponse, SocialReviewDto,
|
MoviesResponse, ReviewHistoryResponse, SocialFeedResponse, SocialReviewDto, UserTrendsDto,
|
||||||
UserTrendsDto,
|
|
||||||
};
|
};
|
||||||
use utoipa::OpenApi;
|
use utoipa::OpenApi;
|
||||||
|
|
||||||
@@ -32,6 +31,6 @@ use utoipa::OpenApi;
|
|||||||
MonthlyRatingDto,
|
MonthlyRatingDto,
|
||||||
DirectorStatDto,
|
DirectorStatDto,
|
||||||
UserTrendsDto,
|
UserTrendsDto,
|
||||||
)),
|
))
|
||||||
)]
|
)]
|
||||||
pub struct MoviesDoc;
|
pub struct MoviesDoc;
|
||||||
|
|||||||
Reference in New Issue
Block a user