chore: Clean up unused imports

This commit is contained in:
Vincent Ambo 2018-04-11 16:35:26 +02:00
parent 138f4f608d
commit b781a1fe57
2 changed files with 1 additions and 3 deletions

View file

@ -3,7 +3,6 @@
//! them.
use actix::prelude::*;
use actix_web::HttpResponse;
use errors::*;
use md5;
use models::*;