summaryrefslogtreecommitdiff
path: root/src/seq/file/iv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/seq/file/iv.rs')
-rw-r--r--src/seq/file/iv.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/seq/file/iv.rs b/src/seq/file/iv.rs
index 570f36d..de3f0b6 100644
--- a/src/seq/file/iv.rs
+++ b/src/seq/file/iv.rs
@@ -10,7 +10,6 @@ use std::cmp::Eq;
use std::str::FromStr;
use std::fmt::Display;
use failure::Error;
-use super::*;
struct AttrMapping(HashMap<String, String>);