1
0
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:
Rob Ede
2024-02-19 16:18:17 +00:00
parent 5414e2655b
commit a5f5e31a82
6 changed files with 5 additions and 14 deletions

View File

@ -1,4 +1,4 @@
use std::{convert::From, error::Error, fmt, str};
use std::{error::Error, fmt, str};
use actix_web::http::header;

View File

@ -243,7 +243,6 @@ where
mod tests {
use actix_service::into_service;
use actix_web::{
dev::Service,
error::{self, ErrorForbidden},
http::StatusCode,
test::TestRequest,