Skip to content

Commit

Permalink
Remove unused import (#4665)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Apr 21, 2023
1 parent 5fd4716 commit 1a8827e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/commands/unlink.rs
@@ -1,6 +1,6 @@
use std::fs::File;

use anyhow::{anyhow, Context, Result};
use anyhow::{Context, Result};

use crate::{cli::LinkTarget, commands::CommandBase, config::TurboJson, ui::GREY};

Expand Down

0 comments on commit 1a8827e

Please sign in to comment.