Fix test data after syncing with typeshed

This commit is contained in:
Semyon Proshev
2018-07-23 18:11:07 +03:00
parent 26c749a878
commit c1cd227e56
@@ -1 +1 @@
map<warning descr="Unexpected type(s):(str, (c: Any) -> int)Possible types:(None, Iterable)((Any) -> Any, Iterable)">('foo', lambda c: 42)</warning>
map<warning descr="Unexpected type(s):(str, (c: Any) -> int)Possible types:((Any) -> Any, Iterable)(None, Iterable)">('foo', lambda c: 42)</warning>