Skip to content

Commit

Permalink
Address some python warning on typing
Browse files Browse the repository at this point in the history
  • Loading branch information
bastonero committed Nov 14, 2023
1 parent be0363d commit e196fb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def structure_relabel_kinds(
hubbard_structure: HubbardStructureData,
hubbard: Dict,
magnetization: dict | None = None,
magnetization: Dict | None = None,
) -> Dict:
"""Create a clone of the given structure but with new kinds, based on the new hubbard sites.
Expand Down

0 comments on commit e196fb3

Please sign in to comment.