Skip to content

Commit

Permalink
remove self note
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahlukus committed Jun 18, 2024
1 parent ebdf9e8 commit 9e76e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async fn ssm_get_parameters_by_path(
mod test {
use super::*;
use anyhow::Result;
use aws_sdk_ssm::types::ParameterType; // Corrected import
use aws_sdk_ssm::types::ParameterType;
use std::collections::HashMap;

#[tokio::test]
Expand Down

0 comments on commit 9e76e5c

Please sign in to comment.