You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from collections import defaultdict
x = defaultdict(list)
Error:
test.py:2: error: Argument 1 to "defaultdict" has incompatible type List[_T]; expected Callable[[], List[_T]]
test.py:2: error: Need type annotation for variable