Skip to content

Commit

Permalink
Revert superfluous import change
Browse files Browse the repository at this point in the history
  • Loading branch information
oganel committed Dec 13, 2024
1 parent de8e5fc commit fab73f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/aws/auth.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
//! Authentication settings for AWS components.
use std::time::Duration;

use aws_config::profile::profile_file::{ProfileFileKind, ProfileFiles};
use aws_config::{
default_provider::credentials::DefaultCredentialsChain,
identity::IdentityCache,
imds,
profile::ProfileFileCredentialsProvider,
profile::{
profile_file::{ProfileFileKind, ProfileFiles},
ProfileFileCredentialsProvider,
},
provider_config::ProviderConfig,
sts::AssumeRoleProviderBuilder,
};
Expand Down

0 comments on commit fab73f1

Please sign in to comment.