mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
chore: remove redundant imports
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
use std::{convert::From, error::Error, fmt, str};
|
||||
use std::{error::Error, fmt, str};
|
||||
|
||||
use actix_web::http::header;
|
||||
|
||||
|
@ -243,7 +243,6 @@ where
|
||||
mod tests {
|
||||
use actix_service::into_service;
|
||||
use actix_web::{
|
||||
dev::Service,
|
||||
error::{self, ErrorForbidden},
|
||||
http::StatusCode,
|
||||
test::TestRequest,
|
||||
|
Reference in New Issue
Block a user