From 499b7cdef5d62298c17889895a61a110d7cd8168 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 3 Jul 2024 16:18:32 +0800 Subject: feat: rename `may_execute_*` to `execute_*` (#56) --- tools/may_execute_py_code.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tools/may_execute_py_code.py (limited to 'tools/may_execute_py_code.py') diff --git a/tools/may_execute_py_code.py b/tools/may_execute_py_code.py deleted file mode 100644 index 5f6af2f..0000000 --- a/tools/may_execute_py_code.py +++ /dev/null @@ -1,6 +0,0 @@ -def run(code: str): - """Runs the python code. - Args: - code: Python code to execute, such as `print("hello world")` - """ - exec(code) -- cgit v1.2.3