Removed unneeded imports

This commit is contained in:
2026-05-10 10:26:16 +02:00
parent 33df619c8d
commit 535d940857
5 changed files with 31 additions and 44 deletions

View File

@@ -1,7 +1,4 @@
use std::fmt::Display;
use serde::{Deserialize, Serialize};
use sqlx::{Decode, prelude::Type};
/// API response for a ticket with user information.
///