Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 26, 2024
1 parent 9953447 commit e9b43d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion warpgate-common/src/config/defaults.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::net::{Ipv6Addr, SocketAddr, ToSocketAddrs};
use std::net::{Ipv6Addr, SocketAddr};
use std::time::Duration;

use crate::{ListenEndpoint, Secret};
Expand Down
2 changes: 1 addition & 1 deletion warpgate-core/src/config_providers/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::collections::{HashMap, HashSet};
use std::sync::Arc;

use async_trait::async_trait;
use chrono::{DateTime, Utc};
use chrono::Utc;
use data_encoding::BASE64;
use sea_orm::{
ActiveModelTrait, ColumnTrait, DatabaseConnection, EntityTrait, ModelTrait, QueryFilter,
Expand Down

0 comments on commit e9b43d0

Please sign in to comment.