summaryrefslogtreecommitdiff
path: root/src/device.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.rs')
-rw-r--r--src/device.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/device.rs b/src/device.rs
index c092a347..3677cfff 100644
--- a/src/device.rs
+++ b/src/device.rs
@@ -1,7 +1,4 @@
-use crate::{
- storage::{CpuStorage, Storage},
- DType, Result, Shape,
-};
+use crate::{CpuStorage, DType, Result, Shape, Storage};
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub enum Device {