Skip to content

Commit 426a3e0

Browse files
committed
Unused import backend::BackendDevice
1 parent 70d26ce commit 426a3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • candle-core/benches/benchmarks

candle-core/benches/benchmarks/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub(crate) mod reduce;
88
pub(crate) mod unary;
99
pub(crate) mod where_cond;
1010

11-
use candle_core::{backend::BackendDevice, Device, Result};
11+
use candle_core::{Device, Result};
1212

1313
pub(crate) trait BenchDevice {
1414
fn sync(&self) -> Result<()>;

0 commit comments

Comments
 (0)