 Issue 29342824:
  Issue 4044 - Added handling for __future__ unicode_literals import to check_quotes()  (Closed)
    
  
    Issue 29342824:
  Issue 4044 - Added handling for __future__ unicode_literals import to check_quotes()  (Closed) 
  | Index: flake8-abp/tests/A110_unicode_literals.py | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/flake8-abp/tests/A110_unicode_literals.py | 
| @@ -0,0 +1,3 @@ | 
| +from __future__ import unicode_literals | 
| + | 
| +foo = '\u1234' |