Daniil Kharkov

Results 7 comments of Daniil Kharkov

@nadege @mdczaplicki Any progress on this?

Found that error disappears if add type annotation to result var. E.g. ```python union: IO[set[int]] = set_1.apply(set_2.apply(IO(_union_sets))) concat: IO[set[str]] = string_1.apply(string_2.apply(IO(_concat_objs))) ```

Please make PR or share how you implemented this

https://github.com/anonim-legivon/picoboard/commit/d3d9bf720343641ec65c1ce6bd9ced9818e8c92e Нужно настроить isort и починить импорты, чтобы он не пихал импорты локальны модулей наверх. Например: `from core.helpers import ...`