Skip to content

Commit

Permalink
Remove unused import (vercel#4665)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored and NicholasLYang committed Apr 21, 2023
1 parent 4617943 commit 9334218
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 9334218

Please sign in to comment.