diff options
Diffstat (limited to 'candle-core/tests/display_tests.rs')
-rw-r--r-- | candle-core/tests/display_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-core/tests/display_tests.rs b/candle-core/tests/display_tests.rs index eaa60180..8ab8bb6a 100644 --- a/candle-core/tests/display_tests.rs +++ b/candle-core/tests/display_tests.rs @@ -1,5 +1,5 @@ use anyhow::Result; -use candle::{DType, Device::Cpu, Tensor}; +use candle_core::{DType, Device::Cpu, Tensor}; #[test] fn display_scalar() -> Result<()> { |