summaryrefslogtreecommitdiffstats
path: root/sq/src/sq_cli/armor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq_cli/armor.rs')
-rw-r--r--sq/src/sq_cli/armor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sq/src/sq_cli/armor.rs b/sq/src/sq_cli/armor.rs
index 034a68e9..4bf6c247 100644
--- a/sq/src/sq_cli/armor.rs
+++ b/sq/src/sq_cli/armor.rs
@@ -1,6 +1,6 @@
use clap::Parser;
-use super::{ArmorKind, IoArgs};
+use crate::sq_cli::types::{ArmorKind, IoArgs};
// TODO?: Option<_> conflicts with default value
// TODO: Use PathBuf as input type for more type safety? Investigate conversion