Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: byhsu <byhsu@linkedin.com>
  • Loading branch information
ByronHsu committed Apr 11, 2023
1 parent 8514f10 commit 2591f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-kf-mpi/tests/test_mpi_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ def my_horovod_task():
config = my_horovod_task.get_config(settings)
assert "/usr/sbin/sshd" in config["worker_spec_command"]
custom = my_horovod_task.get_custom(settings)
assert isinstance(custom, dict) == True
assert isinstance(custom, dict) is True

0 comments on commit 2591f55

Please sign in to comment.