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: handling for new warning A112 added Created May 24, 2016, 9:58 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
« flake8-abp/flake8_abp.py ('K') | « flake8-abp/tests/A110.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 def foo():
2 return [
3 # A112
4 u'yeahyeah'
5 ]
OLDNEW
« flake8-abp/flake8_abp.py ('K') | « flake8-abp/tests/A110.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld