Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
zongzhidanielhu committed Dec 11, 2024
1 parent bf97359 commit 226a7f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ use std::path::Path;
use std::process::Command;
use testsys_model::{Configuration, SecretName};

use serde_yaml;
use std::fs::File;
use std::io::Write;

Expand Down Expand Up @@ -120,6 +119,7 @@ impl AwsClients {
}
}

#[allow(dead_code)]
enum ClusterConfig {
Args {
cluster_name: String,
Expand Down

0 comments on commit 226a7f9

Please sign in to comment.