Skip to content

Commit

Permalink
Reordered module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
anergictcell committed Jun 26, 2022
1 parent 1331406 commit a350bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ use atglib::genepred;
use atglib::genepredext;
use atglib::gtf;
use atglib::models::TranscriptWrite;
use atglib::qc;
use atglib::read_transcripts;
use atglib::refgene;
use atglib::qc;

pub const VERSION: &str = env!("CARGO_PKG_VERSION");

Expand Down

0 comments on commit a350bd2

Please sign in to comment.