Skip to content

Commit

Permalink
Added rm action for script/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jan 27, 2025
1 parent 46ba4fa commit f9f1be3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mlc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,8 +1155,6 @@ def dynamic_import_module(self, script_path):

return module

find = search

def call_script_module_function(self, function_name, run_args):
self.action_type = "script"
repos_folder = self.repos_path
Expand Down Expand Up @@ -1225,8 +1223,6 @@ def show(self, run_args):
run_args['target_name'] = "cache"
return self.search(run_args)

find = search

def list(self, args):
logger.info("Listing all caches.")

Expand Down

0 comments on commit f9f1be3

Please sign in to comment.