presence: Remove unused import in tests.

This commit is contained in:
Emmanuel Gil Peyrot 2017-06-27 22:21:35 +01:00
parent 98878042dd
commit 244c9b2710

View file

@ -308,7 +308,6 @@ impl Into<Element> for Presence {
#[cfg(test)]
mod tests {
use std::collections::BTreeMap;
use super::*;
#[test]