Skip to content

Commit 14b60ae

Browse files
committed
fix linting
2 parents fd403e9 + 4ef7c6e commit 14b60ae

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
@@ -965,7 +965,7 @@ def _preprocess_input_to_graph(
965965
valid_bond_strategies = (
966966
StructureMoleculeComponent.available_bonding_strategies
967967
)
968-
968+
969969
if bonding_strategy not in valid_bond_strategies:
970970
raise ValueError(
971971
"Bonding strategy not supported. Please supply a name of a NearNeighbor "

0 commit comments

Comments
 (0)