Skip to content

Commit a3f0b24

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 14b60ae commit a3f0b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crystal_toolkit/components/structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class StructureMoleculeComponent(MPComponent):
5656
"""
5757

5858
available_bonding_strategies=frozendict{**{subcls.__name__: subcls for subcls in NearNeighbors.__subclasses__()}, 'LobsterNeighbors': LobsterNeighbors}
59-
59+
6060
default_scene_settings = frozendict(
6161
extractAxis=True,
6262
# For visual diff testing, we change the renderer to SVG since this WebGL

0 commit comments

Comments
 (0)