diff options
Diffstat (limited to '')
-rw-r--r-- | tools/lint/test/files/pylint/good.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lint/test/files/pylint/good.py b/tools/lint/test/files/pylint/good.py new file mode 100644 index 0000000000..c867dc66ec --- /dev/null +++ b/tools/lint/test/files/pylint/good.py @@ -0,0 +1,3 @@ +def foo(): + a = 1 + 1 + return a |