Skip to content

Commit

Permalink
fixes for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Feb 3, 2025
1 parent abcf6b6 commit 5b5a9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynxtools_xps/vms/vamas.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _select_parser(self):
def construct_data(self):
"""Map VMS format to NXmpes-ready dict."""

def get_duplicate_spectrum_types(spectra: list[dict]) -> set:
def get_duplicate_spectrum_types(spectra: List[Dict]) -> set:
"""
Find all duplicate 'spectrum_type' values in the given list of spectra.
Expand Down

0 comments on commit 5b5a9fb

Please sign in to comment.