Skip to content

Commit 3a2ebc7

Browse files
committed
Adding docstring for __init__() of class RandomStructureTransformation.
1 parent e0f40f7 commit 3a2ebc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pymatgen/transformations/standard_transformations.py

+3
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@ class RandomStructureTransformation(AbstractTransformation):
489489
"""
490490

491491
def __init__(self):
492+
"""
493+
Default __init__ method.
494+
"""
492495
pass
493496

494497
def apply_transformation(self, structure: Structure, n_copies: int) -> list[Structure]:

0 commit comments

Comments
 (0)