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