Skip to content

Commit b3db7e8

Browse files
committed
Fix another bad annotation.
1 parent 80ab8b7 commit b3db7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen/core/interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def from_slabs(
342342
cls,
343343
substrate_slab: Slab,
344344
film_slab: Slab,
345-
in_plane_offset: tuple[float, float] = (0, 0),
345+
in_plane_offset: Tuple[float, float] = (0, 0),
346346
gap: float = 1.6,
347347
vacuum_over_film: float = 0.0,
348348
interface_properties: Optional[Dict] = None,

0 commit comments

Comments
 (0)