diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-23 15:50:21 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-02-05 18:54:55 +0100 |
| commit | d615497e7ef6765eb4ba37bd122c0cd7c77447f8 (patch) | |
| tree | 6dc77f2750cad828878231da64c8f9f206a76123 /tests/indent/python/branches.py | |
| parent | dccf0f0cb88baf46fd9ddb18b0f4a5791e60e531 (diff) | |
indents(python): remove branches.py from expected failures
The previous indentation actually causes a linter warning when using
pep8
Diffstat (limited to 'tests/indent/python/branches.py')
| -rw-r--r-- | tests/indent/python/branches.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/python/branches.py b/tests/indent/python/branches.py index 474ec5b6..00c47a22 100644 --- a/tests/indent/python/branches.py +++ b/tests/indent/python/branches.py @@ -23,7 +23,7 @@ foo( b) if (a and - b): + b): pass if (a |
