@sjcrh/proteinpaint-rust 2.122.0 → 2.124.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,6 @@ use hdf5::{File, Result};
6
6
  use ndarray::Array1;
7
7
  use ndarray::Dim;
8
8
  use std::io;
9
- use serde_json;
10
9
 
11
10
  /// Detects the format of the HDF5 file
12
11
  pub fn detect_hdf5_format(hdf5_filename: &str) -> Result<&'static str> {