diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-04-26 12:05:15 +0100 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-04-26 12:05:20 +0100 |
| commit | 646fec893ed611fe9bc1f27fbf18ce292364b3ba (patch) | |
| tree | 6cb80e3014eff2ed55876bcc86ca91e4f9e73d4d | |
| parent | Amend readme (diff) | |
| download | atuin-646fec893ed611fe9bc1f27fbf18ce292364b3ba.zip | |
Fix pipeline
Lol no more committing to main for me
| -rw-r--r-- | src/command/init.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/command/init.rs b/src/command/init.rs index ed1555a9..d0f31f34 100644 --- a/src/command/init.rs +++ b/src/command/init.rs @@ -1,6 +1,4 @@ -use std::env; - -use eyre::{eyre, Result}; +use eyre::Result; use structopt::StructOpt; #[derive(StructOpt)] |
