Skip to content

Commit

Permalink
[pixeldata] Reorganize imports in test modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Mar 20, 2024
1 parent d72053e commit d3a5907
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pixeldata/src/gdcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use crate::*;
use dicom_dictionary_std::tags;
use dicom_encoding::adapters::DecodeError;
use dicom_encoding::transfer_syntax::TransferSyntaxIndex;
use dicom_transfer_syntax_registry::TransferSyntaxRegistry;
use gdcm_rs::{
Expand Down
1 change: 0 additions & 1 deletion pixeldata/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,6 @@ where
mod tests {
use super::*;
use dicom_object::open_file;
use dicom_test_files;

fn is_send_and_sync<T>()
where
Expand Down
1 change: 0 additions & 1 deletion pixeldata/src/transcode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ mod tests {
use super::*;
use dicom_dictionary_std::uids;
use dicom_object::open_file;
use dicom_test_files;
use dicom_transfer_syntax_registry::entries::{JPEG_EXTENDED, ENCAPSULATED_UNCOMPRESSED_EXPLICIT_VR_LITTLE_ENDIAN};
#[cfg(feature = "native")]
use dicom_transfer_syntax_registry::entries::JPEG_BASELINE;
Expand Down

0 comments on commit d3a5907

Please sign in to comment.