forked from VimPlug/jedi
Remove unicode literals from code base
This commit is contained in:
@@ -18,7 +18,7 @@ _sentinel = object()
|
||||
|
||||
|
||||
class StringName(AbstractArbitraryName):
|
||||
api_type = u'string'
|
||||
api_type = 'string'
|
||||
is_value_name = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user