revert some dumb shit from somewhere else

This commit is contained in:
James Hodgkinson 2025-05-12 18:33:35 +10:00
parent 67c0b4f4b9
commit 7d37bf7f1d
No known key found for this signature in database

View file

@ -11,7 +11,6 @@ use sshkey_attest::proto::PublicKey as SshPublicKey;
use std::collections::{BTreeMap, BTreeSet};
use time::format_description::well_known::Rfc3339;
use time::OffsetDateTime;
use utoipa::ToSchema;
use uuid::Uuid;
pub type ScimSshPublicKeys = Vec<ScimSshPublicKey>;