Skip to content

Commit

Permalink
Remove unused imports in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpenel committed Feb 22, 2024
1 parent 6df13ee commit 322881c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/read_recphyloxml_4.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Display a reconciled tree form recPhyloXML format

use light_phylogeny::{ArenaTree,Options,Config,read_recphyloxml_multi,recphyloxml_processing,phyloxml_processing};
use light_phylogeny::{ArenaTree,Options,Config,read_recphyloxml_multi,recphyloxml_processing};
// use std::env;

fn main() {
Expand Down
2 changes: 1 addition & 1 deletion examples/read_recphyloxml_specloss.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Display a reconciled tree form recPhyloXML format

use light_phylogeny::{ArenaTree,Options,Config,read_recphyloxml_multi,recphyloxml_processing,phyloxml_processing};
use light_phylogeny::{ArenaTree,Options,Config,read_recphyloxml_multi,recphyloxml_processing};
// use std::env;

fn main() {
Expand Down

0 comments on commit 322881c

Please sign in to comment.