diff options
Diffstat (limited to 'tests/pyscript/custom_echo.py')
-rw-r--r-- | tests/pyscript/custom_echo.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pyscript/custom_echo.py b/tests/pyscript/custom_echo.py deleted file mode 100644 index 3a79133a..00000000 --- a/tests/pyscript/custom_echo.py +++ /dev/null @@ -1,3 +0,0 @@ -# flake8: noqa F821 -custom.cmd_echo = True -custom.echo('blah!') |