Skip to content

Commit

Permalink
minor fix of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbuffalo committed Aug 25, 2023
1 parent f3b74ea commit 0d4c822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1013,11 +1013,11 @@ impl DataCollection {

#[cfg(test)]
mod tests {
use crate::lib::api::figshare::{FIGSHARE_BASE_URL,FigShareAPI, self};
use crate::lib::api::figshare::{FIGSHARE_BASE_URL,FigShareAPI};
use crate::lib::remote::Remote;
use crate::lib::test_utilities::check_error;

use super::{DataFile, DataCollection, DataCollectionMetadata};
use super::{DataFile, DataCollection};
use std::path::Path;
use std::io::Write;
use tempfile::NamedTempFile;
Expand Down

0 comments on commit 0d4c822

Please sign in to comment.