Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: flake8-eyeo/tests/A204.py

Issue 29375591: Issue 4882 - Renamed flake8-abp to flake8-eyeo (Closed)
Patch Set: Adapted patchconv/tox.ini Created Feb. 13, 2017, 1:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « flake8-eyeo/tests/A203.py ('k') | flake8-eyeo/tests/A204_module.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 def noop(): 1 def noop():
2 pass 2 pass
3 3
4 4
5 def superfluos_pass(): 5 def superfluos_pass():
6 noop() 6 noop()
7 # A204 7 # A204
8 pass 8 pass
9 9
10 10
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 # A204 58 # A204
59 pass 59 pass
60 except: 60 except:
61 noop() 61 noop()
62 # A204 62 # A204
63 pass 63 pass
64 finally: 64 finally:
65 noop() 65 noop()
66 # A204 66 # A204
67 pass 67 pass
OLDNEW
« no previous file with comments | « flake8-eyeo/tests/A203.py ('k') | flake8-eyeo/tests/A204_module.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld