Cleanup unused imports
All checks were successful
Core Repos/ImageApi/pipeline/pr-master This commit looks good

This commit is contained in:
Cameron Cordes
2022-03-01 21:16:04 -05:00
parent b219663e0a
commit 50e973da1f
2 changed files with 1 additions and 3 deletions

View File

@@ -133,7 +133,6 @@ mod tests {
use std::fs::File;
use super::*;
use crate::testhelpers::TypedBodyReader;
mod api {
use actix_web::{web::Query, HttpResponse};
@@ -141,7 +140,7 @@ mod tests {
use super::list_photos;
use crate::{
data::{Claims, PhotosResponse, ThumbnailRequest},
testhelpers::{BodyReader, TypedBodyReader},
testhelpers::BodyReader,
};
use std::fs;