Skip to content

Commit a72e135

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/openfecli/commands/gather.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ def _get_type(result: dict) -> Literal["vacuum", "solvent", "complex"]:
250250
x["__module__"] for x in protocol_data["inputs"]["stateA"]["components"].values()
251251
]
252252
if (
253-
"gufe.components.proteincomponent" in component_types
254-
or "gufe.components.solvatedpdbcomponent" in component_types
253+
"gufe.components.proteincomponent" in component_types
254+
or "gufe.components.solvatedpdbcomponent" in component_types
255255
):
256256
return "complex"
257257

0 commit comments

Comments
 (0)