mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 07:40:56 +08:00
Fix the last remaining issues with ahead of time annotations, see #982
This commit is contained in:
@@ -24,11 +24,3 @@ char: str
|
||||
for char in test_string:
|
||||
#? str()
|
||||
char
|
||||
|
||||
|
||||
import numpy
|
||||
somearrays = [numpy.ones((10, 10)), numpy.eye(10), 2, 2.3]
|
||||
array : numpy.ndarray
|
||||
for array in somearrays[0:2]:
|
||||
#? numpy.ndarray()
|
||||
array
|
||||
|
||||
Reference in New Issue
Block a user