Skip to content

Commit

Permalink
chore: remove unused import from dep_splitter (#7555)
Browse files Browse the repository at this point in the history
### Description

#7512 included an unnecessary import

### Testing Instructions

No unused import warnings


Closes TURBO-2484
  • Loading branch information
chris-olszewski committed Feb 29, 2024
1 parent 0ade308 commit 7d680f3
Showing 1 changed file with 1 addition and 4 deletions.
@@ -1,9 +1,6 @@
use std::{collections::HashMap, fmt};

use turbopath::{
AbsoluteSystemPath, AnchoredSystemPath, AnchoredSystemPathBuf, RelativeUnixPath,
RelativeUnixPathBuf,
};
use turbopath::{AbsoluteSystemPath, AnchoredSystemPathBuf, RelativeUnixPath, RelativeUnixPathBuf};

use super::{PackageInfo, PackageName};

Expand Down

0 comments on commit 7d680f3

Please sign in to comment.