Removed unused import

This commit is contained in:
Julian Laubstein 2019-02-11 21:02:22 +01:00
parent 524935c441
commit cd30353b30
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
use actix::System;
use actix_web::{HttpRequest, Responder};
pub fn index(_req: HttpRequest) -> impl Responder {