Skip to content

Fix typing

Chosson Ulysse requested to merge FIX_typing into dev

Fixed

  • Fix typing in BaseMagicDotPath._get_generic_operator() and all operator methods. It fix the mypy errors: no-any-return when wwe use lambda function with an operator and 2 MagicDotPath operand.

Merge request reports