Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jan 6, 2021
1 parent a512f25 commit 6c04e94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/variant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ use crate::sequence::{Base, Sequence};
#[cfg(feature = "serde")]
use serde::{Deserialize, Serialize};

#[cfg(feature = "serde")]
use serde::{Deserialize, Serialize};

/// A trait for providing variant information. This can e.g. be implemented by file readers.
pub trait AbstractVariant: genome::AbstractLocus {
fn kind(&self) -> &Kind;
Expand Down

0 comments on commit 6c04e94

Please sign in to comment.