Skip to content

Commit 6579a5b

Browse files
committed
removed mypy ignore
1 parent 56b1308 commit 6579a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymatgen/io/lobster/outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def __init__(
575575
list_atom1=atom1_list,
576576
list_atom2=atom2_list,
577577
list_length=lens,
578-
list_translation=translations, # type: ignore[arg-type]
578+
list_translation=translations,
579579
list_num=nums,
580580
list_icohp=icohps,
581581
is_spin_polarized=self.is_spin_polarized,

0 commit comments

Comments
 (0)