Skip to content

Commit

Permalink
chore: remove unused path imports (#4780)
Browse files Browse the repository at this point in the history
### Description

Fix up linting complaining about unused imports.

### Testing Instructions
N/A
  • Loading branch information
chris-olszewski committed May 2, 2023
1 parent 9324f72 commit 7f07748
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/turborepo-lib/src/config/repo.rs
@@ -1,8 +1,4 @@
use std::{
collections::HashMap,
env,
path::{Path, PathBuf},
};
use std::{collections::HashMap, env};

use anyhow::Result;
use config::Config;
Expand Down

0 comments on commit 7f07748

Please sign in to comment.