File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
crates/chat-cli/src/telemetry Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ use crate::telemetry::definitions::types::{
25
25
CodewhispererterminalCustomToolInputTokenSize ,
26
26
CodewhispererterminalCustomToolLatency ,
27
27
CodewhispererterminalCustomToolOutputTokenSize ,
28
- CodewhispererterminalInCloudshell ,
29
28
CodewhispererterminalIsToolValid ,
30
29
CodewhispererterminalMcpServerInitFailureReason ,
31
30
CodewhispererterminalToolName ,
Original file line number Diff line number Diff line change @@ -29,10 +29,7 @@ use amzn_toolkit_telemetry_client::{
29
29
Config ,
30
30
} ;
31
31
use aws_credential_types:: provider:: SharedCredentialsProvider ;
32
- use cognito:: {
33
- CognitoProvider ,
34
- get_cognito_credentials,
35
- } ;
32
+ use cognito:: CognitoProvider ;
36
33
use endpoint:: StaticEndpoint ;
37
34
pub use install_method:: {
38
35
InstallMethod ,
You can’t perform that action at this time.
0 commit comments