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: merged edge case fix Created May 31, 2016, 9:56 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"""
5
6
7 def foo():
Sebastian Noack 2016/06/01 09:37:52 The function and list seems redundant. How about t
8 return [
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