diff --git a/backend/windmill-common/src/variables.rs b/backend/windmill-common/src/variables.rs index 8b105d76cc..913c734e40 100644 --- a/backend/windmill-common/src/variables.rs +++ b/backend/windmill-common/src/variables.rs @@ -6,7 +6,6 @@ * LICENSE-AGPL for a copy of the license. */ -use chrono::format; use magic_crypt::{MagicCrypt256, MagicCryptTrait}; use serde::{Deserialize, Serialize}; use sqlx::{Postgres, Transaction};