forked from VimPlug/jedi
Remove some get_defined_names methods, that are not needed anymore.
This commit is contained in:
@@ -62,5 +62,5 @@ def test_string_literals():
|
||||
assert typ('b""') == 'bytes'
|
||||
assert typ('u""') == 'str'
|
||||
else:
|
||||
assert typ('b""') == 'string'
|
||||
assert typ('b""') == 'str'
|
||||
assert typ('u""') == 'unicode'
|
||||
|
||||
Reference in New Issue
Block a user