Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmathis committed Sep 12, 2024
1 parent f51f71f commit a6c86e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def generate_robocrys_condensed_struct_and_description(
structure: Structure,
mineral_matcher=None,
symprecs: list[float] = [0.01, 0.1, 1.0e-3],
) -> tuple[dict[Any], str]:
) -> tuple[dict[str, Any], str]:
"""
Get robocrystallographer description of a structure.
Expand Down

0 comments on commit a6c86e0

Please sign in to comment.