diff --git a/spectrum_io/raw/msraw.py b/spectrum_io/raw/msraw.py index 7d9e5f4..f2b29cc 100644 --- a/spectrum_io/raw/msraw.py +++ b/spectrum_io/raw/msraw.py @@ -209,7 +209,7 @@ def _read_mzml_pymzml(file_list: List[Path], scanidx: Optional[List] = None, *ar return data @staticmethod - def _read_mzml_pyteomics(file_list: List[Path], *args, **kwargs) -> Dict[str, str]: + def _read_mzml_pyteomics(file_list: List[Path], *args, **kwargs) -> pd.DataFrame: data_dict = {} for file_path in file_list: mass_analyzer = get_mass_analyzer(file_path)