Skip to content

Commit

Permalink
lint: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed May 19, 2024
1 parent 02af941 commit 8d02027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teller-cli/src/cli.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::{
env::{self, current_dir},
env,
path::{Path, PathBuf},
};

Expand Down

0 comments on commit 8d02027

Please sign in to comment.