Fix linter errors

This commit is contained in:
Bernhard Mueller
2023-04-13 12:43:25 +07:00
parent 946700fcf7
commit f79c7c4d1e
2 changed files with 1 additions and 3 deletions

View File

@@ -49,8 +49,6 @@ def execute_python_file(file):
except Exception as e:
return f"Error: {str(e)}"
def execute_shell(command_line):