1
0
forked from VimPlug/jedi

Fix a TODO

This commit is contained in:
Dave Halter
2020-07-02 01:56:19 +02:00
parent eea35ffc31
commit 9838040ca3
3 changed files with 3 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ def get_int_or_none(value):
def get_str_or_none(value):
return _get_safe_value_or_none(value, (bytes, unicode))
return _get_safe_value_or_none(value, str)
def is_number(value):