Skip to content

Commit

Permalink
fix import error in ::route::collection::tensor
Browse files Browse the repository at this point in the history
  • Loading branch information
haydnv committed Sep 7, 2021
1 parent 3a98983 commit b429ace
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions host/src/route/collection/tensor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ use tc_error::*;
use tc_tensor::*;
use tc_transact::fs::{CopyFrom, Dir};
use tc_transact::Transaction;
use tc_value::{TCString, ValueType};
use tc_value::{Bound, Number, NumberClass, Range, TCString, Value, ValueType};
use tcgeneric::{label, PathSegment, TCBoxTryFuture, Tuple};

use crate::collection::{Collection, DenseTensor, DenseTensorFile, SparseTensor, Tensor};
use crate::fs;
use crate::route::{AttributeHandler, GetHandler, PostHandler, PutHandler};
use crate::scalar::{Bound, Number, NumberClass, Range, Value};
use crate::state::State;
use crate::stream::TCStream;
use crate::txn::Txn;
Expand Down

0 comments on commit b429ace

Please sign in to comment.