mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Remove get_call_signature_for_any
This commit is contained in:
@@ -84,5 +84,3 @@ def test_get_call_signature(code, call_signature):
|
||||
if node.type == 'simple_stmt':
|
||||
node = node.children[0]
|
||||
assert parser_utils.get_call_signature(node) == call_signature
|
||||
|
||||
assert parser_utils.get_call_signature_for_any(node) == call_signature
|
||||
|
||||
Reference in New Issue
Block a user