diff options
Diffstat (limited to 'lua/tests/indent/python/basic_blocks.py')
| -rw-r--r-- | lua/tests/indent/python/basic_blocks.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lua/tests/indent/python/basic_blocks.py b/lua/tests/indent/python/basic_blocks.py deleted file mode 100644 index 4f36359bd..000000000 --- a/lua/tests/indent/python/basic_blocks.py +++ /dev/null @@ -1,14 +0,0 @@ -from os import ( - path, - name as OsName -) - -def foo(x): - pass - -class Foo: - def __init__(self): - pass - - def foo(self): - pass |
