Skip to content

Commit

Permalink
Reorganize imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Mar 27, 2024
1 parent 5560746 commit bbd63f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index/autotune.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl Drop for ParameterSpace {

#[cfg(test)]
mod tests {
use super::*;
use crate::index::autotune::ParameterSpace;
use crate::index::index_factory;
use crate::metric::MetricType;

Expand Down
3 changes: 2 additions & 1 deletion src/index/pretransform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ where

#[cfg(test)]
mod tests {
use super::*;
use crate::index::pretransform::PreTransformIndexImpl;
use crate::index::UpcastIndex as _;
use crate::metric::MetricType;
use crate::{
index::{index_factory, ConcurrentIndex, Idx, Index},
Expand Down

0 comments on commit bbd63f9

Please sign in to comment.