Cleanup unused imports
All checks were successful
Core Repos/ImageApi/pipeline/pr-master This commit looks good
All checks were successful
Core Repos/ImageApi/pipeline/pr-master This commit looks good
This commit is contained in:
@@ -60,7 +60,6 @@ pub async fn login(
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use std::str::from_utf8;
|
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::testhelpers::{BodyReader, TestUserDao};
|
use crate::testhelpers::{BodyReader, TestUserDao};
|
||||||
|
|||||||
@@ -133,7 +133,6 @@ mod tests {
|
|||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::testhelpers::TypedBodyReader;
|
|
||||||
|
|
||||||
mod api {
|
mod api {
|
||||||
use actix_web::{web::Query, HttpResponse};
|
use actix_web::{web::Query, HttpResponse};
|
||||||
@@ -141,7 +140,7 @@ mod tests {
|
|||||||
use super::list_photos;
|
use super::list_photos;
|
||||||
use crate::{
|
use crate::{
|
||||||
data::{Claims, PhotosResponse, ThumbnailRequest},
|
data::{Claims, PhotosResponse, ThumbnailRequest},
|
||||||
testhelpers::{BodyReader, TypedBodyReader},
|
testhelpers::BodyReader,
|
||||||
};
|
};
|
||||||
|
|
||||||
use std::fs;
|
use std::fs;
|
||||||
|
|||||||
Reference in New Issue
Block a user