aboutsummaryrefslogtreecommitdiffstats
path: root/askama_tide/tests/tide.rs
diff options
context:
space:
mode:
Diffstat (limited to 'askama_tide/tests/tide.rs')
-rw-r--r--askama_tide/tests/tide.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/askama_tide/tests/tide.rs b/askama_tide/tests/tide.rs
index 6fa1418..44a065e 100644
--- a/askama_tide/tests/tide.rs
+++ b/askama_tide/tests/tide.rs
@@ -1,6 +1,5 @@
use askama::Template;
use async_std::prelude::*;
-use std::convert::TryInto;
use tide::{http::mime::HTML, Body, Response};
#[derive(Template)]