Skip to content

Commit cb09dea

Browse files
committed
UI clean up
1 parent 3da5263 commit cb09dea

File tree

1 file changed

+1
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/go-benchmarking-with-sweet/refactor1/rexec_sweet

1 file changed

+1
-2
lines changed

content/learning-paths/servers-and-cloud-computing/go-benchmarking-with-sweet/refactor1/rexec_sweet/gcp_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ def choose_instance(instances: List[str]) -> str:
6262
if not instances:
6363
print("No running instances found.", file=sys.stderr)
6464
sys.exit(1)
65-
66-
print("Select an instance:")
65+
6766
for idx, name in enumerate(instances, 1):
6867
print(f"{idx}. {name}")
6968

0 commit comments

Comments
 (0)