Skip to content

Commit e77b274

Browse files
committed
remove non function method
1 parent c6aca74 commit e77b274

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/codeflare_sdk/utils/generate_yaml.py

-4
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,6 @@ def disable_raycluster_tls(resources):
274274
del resources["GenericItems"][2] # ca-secret
275275

276276

277-
def delete_route():
278-
print("Delete Rayclient Route")
279-
280-
281277
def write_user_appwrapper(user_yaml, output_file_name):
282278
with open(output_file_name, "w") as outfile:
283279
yaml.dump(user_yaml, outfile, default_flow_style=False)

0 commit comments

Comments
 (0)