This is an automated email from the ASF dual-hosted git repository.

jroesch pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 6d639ba9dabb73c4f89eff43c3548ee6ed75a598
Author: Jared Roesch <jroe...@octoml.ai>
AuthorDate: Fri Mar 26 14:40:27 2021 -0700

    Remove warning
---
 rust/tvm/src/compiler/graph_rt.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rust/tvm/src/compiler/graph_rt.rs 
b/rust/tvm/src/compiler/graph_rt.rs
index 61409ba..6b58733 100644
--- a/rust/tvm/src/compiler/graph_rt.rs
+++ b/rust/tvm/src/compiler/graph_rt.rs
@@ -26,7 +26,6 @@ use thiserror::Error;
 
 use crate::ir::IRModule;
 use crate::python;
-use crate::runtime::IsObjectRef;
 use crate::runtime::{map::Map, Function, Module as RtModule, NDArray, String};
 
 #[derive(Error, Debug)]

Reply via email to