mirror of
https://github.com/actix/examples
synced 2025-06-26 09:17:41 +02:00
chore: remove redundant imports
This commit is contained in:
@ -25,7 +25,7 @@ async fn main() -> std::io::Result<()> {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use actix_web::{body::to_bytes, dev::Service, http, test, web, App, Error};
|
||||
use actix_web::{body::to_bytes, dev::Service, http, test, Error};
|
||||
|
||||
use super::*;
|
||||
|
||||
|
Reference in New Issue
Block a user