Skip to content

Commit

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

TSIA

### Testing Instructions

CI
  • Loading branch information
chris-olszewski committed Mar 22, 2024
1 parent 48a2727 commit 97950cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions crates/turborepo-auth/src/auth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod sso;
pub use login::*;
pub use logout::*;
pub use sso::*;
#[cfg(test)]
use turbopath::AbsoluteSystemPathBuf;
use turborepo_api_client::{CacheClient, Client, TokenClient};
use turborepo_ui::UI;
Expand Down
2 changes: 1 addition & 1 deletion crates/turborepo-repository/src/package_graph/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use crate::{
PackageDiscoveryBuilder,
},
package_json::PackageJson,
package_manager::{self, PackageManager},
package_manager::PackageManager,
};

pub struct PackageGraphBuilder<'a, T> {
Expand Down
2 changes: 0 additions & 2 deletions crates/turborepo-ui/src/tui/handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ use std::{
time::Instant,
};

use tracing::debug;

use super::Event;
use crate::LineWriter;

Expand Down

0 comments on commit 97950cd

Please sign in to comment.