Skip to content

Commit 8ffeade

Browse files
committed
Fix minor type.
1 parent 319f36e commit 8ffeade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymatgen/symmetry/kpath.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ def __init__(
931931
cell = (self._latt.matrix, positions, numbers)
932932

933933
lattice, scale_pos, atom_num = spglib.standardize_cell(
934-
cell,
934+
cell, # type: ignore[arg-type]
935935
to_primitive=False,
936936
no_idealize=True,
937937
symprec=symprec, # type: ignore[arg-type]

0 commit comments

Comments
 (0)