From e333e34a03f376fbd8e081d881cf874088a40e0e Mon Sep 17 00:00:00 2001 From: sysops Date: Wed, 18 Mar 2026 00:19:00 +0100 Subject: [PATCH] fix: unused time import in tenant_store.go Co-Authored-By: Claude Sonnet 4.6 --- internal/ldapconfig/tenant_store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/ldapconfig/tenant_store.go b/internal/ldapconfig/tenant_store.go index c8e9f57..bf315b2 100644 --- a/internal/ldapconfig/tenant_store.go +++ b/internal/ldapconfig/tenant_store.go @@ -12,7 +12,6 @@ import ( "encoding/json" "fmt" "io" - "time" "github.com/jackc/pgx/v5" "github.com/jackc/pgx/v5/pgxpool"