Skip to content

Commit

Permalink
chore(format): use ruff
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 7, 2023
1 parent cd540ed commit f7e8840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dnadiffusion/hydra/execution_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def generate_entity_configs(
entities = inspect.getmembers(
submodule,
# TODO: validate that PythonTasks function as expected
lambda member: isinstance(member, EntityTypes)
lambda member: isinstance(member, EntityTypes),
# lambda member: isinstance(member, WorkflowBase),
)

Expand Down

0 comments on commit f7e8840

Please sign in to comment.