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

Side by Side Diff: flake8-abp/tests/A112.py

Issue 29342824: Issue 4044 - Added handling for __future__ unicode_literals import to check_quotes() (Closed)
Patch Set: Updates readme for clarity, moves unicode prefix check out of single line and docstring if statemen… Created May 26, 2016, 9:17 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
OLDNEW
(Empty)
1 class Foo:
2 def unicode(self):
3 # A112
4 u"""This should not be a unicode docstring"""
Sebastian Noack 2016/05/27 12:33:48 This test code can be simplified by using a functi
5
6
7 def foo():
8 return [
Sebastian Noack 2016/05/27 12:33:48 This test code can b e simplified by just returnin
9 # A112
10 u'yeahyeah'
11 ]
OLDNEW
« flake8-abp/flake8_abp.py ('K') | « flake8-abp/tests/A110_unicode_literals.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld