remove unused import

This commit is contained in:
Louis Dureuil 2023-06-12 16:30:42 +02:00
parent 3115af9baf
commit a1a79389fc
No known key found for this signature in database

View File

@ -1,4 +1,3 @@
use std::collections::hash_map::Entry;
use std::collections::HashMap; use std::collections::HashMap;
use actix_http::StatusCode; use actix_http::StatusCode;