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