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