1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 00:43:44 +02:00

Remove unused import in epub.rs

This commit is contained in:
Elisabeth Henry 2016-03-04 18:03:09 +01:00
parent 39cebebd5c
commit 3229af9a8f

@ -29,7 +29,6 @@ use chrono;
use uuid;
use std::io::{Read,Write};
use std::path::Path;
use std::fs::File;
use std::borrow::Cow;
use mime_guess::guess_mime_type_opt;