Skip to content

Commit

Permalink
Updated sum gpubox rust example to fix missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Nov 29, 2021
1 parent 50194c3 commit 88a21d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mwalib-sum-gpubox-hdus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

/// Given gpubox files, add the contents of their HDUs and report the sum.
use anyhow::*;
use structopt::StructOpt;

use core::result::Result::Ok;
use mwalib::*;
use structopt::StructOpt;

#[derive(StructOpt, Debug)]
#[structopt(name = "mwalib-sum-gpubox-hdus", author)]
Expand Down

0 comments on commit 88a21d2

Please sign in to comment.