3 lines
93 B
Python
3 lines
93 B
Python
this_should_be_linted = 'single quote string'
|
|
this_should_be_linted = u'double quote string'
|