mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 14:55:56 +01:00
removed the unused import of Either
This commit is contained in:
parent
2c5679f498
commit
bef5dfd90d
@ -10,7 +10,7 @@ use actix_web::cookie::{Cookie, CookieJar, Key, SameSite};
|
||||
use actix_web::dev::{ServiceRequest, ServiceResponse};
|
||||
use actix_web::http::header::{self, HeaderValue};
|
||||
use actix_web::{error, Error, HttpMessage};
|
||||
use futures::future::{err, ok, Either, Future, FutureExt, Ready};
|
||||
use futures::future::{err, ok, Future, FutureExt, Ready};
|
||||
use rand::{distributions::Alphanumeric, rngs::OsRng, Rng};
|
||||
use redis_async::resp::RespValue;
|
||||
use time::{self, Duration};
|
||||
|
Loading…
x
Reference in New Issue
Block a user