Skip to content

Commit fe667b8

Browse files
committed
delete imports
1 parent 9fe5af0 commit fe667b8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/chat-cli/src/auth/builder_id.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ use aws_smithy_runtime_api::client::identity::{
4141
};
4242
use aws_smithy_types::error::display::DisplayErrorContext;
4343
use aws_types::region::Region;
44-
use eyre::{
45-
Result,
46-
eyre,
47-
};
44+
use eyre::Result;
4845
use time::OffsetDateTime;
4946
use tracing::{
5047
debug,

0 commit comments

Comments
 (0)