Skip to content

Commit

Permalink
small typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jun 27, 2024
1 parent ad36a0d commit 0b26f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynxtools_xps/vms/vamas_comment_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def handle_comments(
) -> Dict[str, Any]:
comments = {}

special_keys: Tuple[str] = (
special_keys: Tuple[str, ...] = (
"Casa Info Follows",
"SpecsLab Prodigy",
"SOFH",
Expand Down

0 comments on commit 0b26f67

Please sign in to comment.