1
0
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:
Rob Ede
2024-02-20 03:29:10 +00:00
parent dfde2ea718
commit bfed118301
8 changed files with 6 additions and 9 deletions

View File

@ -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::*;