`yield from []` is allowed by mypy `yield from ()` gives: ``` error: "yield from" can't be applied to "Tuple[]" ```