Skip to content

Commit

Permalink
chore: python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentDream committed Apr 17, 2024
1 parent fde3542 commit 68361b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captain/utils/test_sequencer/run_test_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def get_next_children_from_context(context: Context):
{
TestTypes.python: (None, _run_python),
TestTypes.pytest: (None, _run_pytest),
TestTypes.placeholder: (None, _run_placeholder)
TestTypes.placeholder: (None, _run_placeholder),
},
),
"conditional": (
Expand Down

0 comments on commit 68361b0

Please sign in to comment.