Skip to content

Commit

Permalink
simplify import
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Oct 2, 2024
1 parent 31e6ac5 commit 96dff3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ use std::path::{Path, PathBuf};
use anyhow::{Context, Result};
use colored::Colorize;

use nitor_vault::Value;
use nitor_vault::Vault;
use nitor_vault::{Value, Vault};

/// Store a key-value pair
pub async fn store(
Expand Down

0 comments on commit 96dff3a

Please sign in to comment.