From 486fb274b0411dcc5ff374fc93d47c4cbae6347f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:58:22 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes (attempt 3/3) --- ee/tabby-webserver/src/service/notification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/tabby-webserver/src/service/notification.rs b/ee/tabby-webserver/src/service/notification.rs index f6277893fe22..0eba4fa2dad5 100644 --- a/ee/tabby-webserver/src/service/notification.rs +++ b/ee/tabby-webserver/src/service/notification.rs @@ -40,7 +40,7 @@ impl NotificationService for NotificationServiceImpl { #[cfg(test)] mod tests { - + use tabby_db::DbConn; use tabby_schema::{notification::NotificationService, AsID};