Skip to content

Commit

Permalink
chore: run lint fix and types
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Sep 7, 2024
1 parent 69e2ee4 commit 30981a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/mat3ra/made/tools/build/slab/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class SlabBuilder(ConvertGeneratedItemsPymatgenStructureMixin, BaseBuilder):
_ConfigurationType: type(SlabConfiguration) = SlabConfiguration # type: ignore
_GeneratedItemType: PymatgenSlab = PymatgenSlab # type: ignore
_SelectorParametersType: type(SlabSelectorParameters) = SlabSelectorParameters # type: ignore
__configuration: SlabConfiguration = None
__configuration: SlabConfiguration

def _generate(self, configuration: _ConfigurationType) -> List[_GeneratedItemType]: # type: ignore
generator = PymatgenSlabGenerator(
Expand Down

0 comments on commit 30981a6

Please sign in to comment.