Skip to content

Commit 5803abb

Browse files
committed
Fix no newline
1 parent e1b19ca commit 5803abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_clusters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def test_cluster_down():
2525

2626
def test_no_resources_found():
2727
from codeflare_sdk.utils import pretty_print
28-
pretty_print.print_no_resources_found()
28+
pretty_print.print_no_resources_found()

0 commit comments

Comments
 (0)