I'm submitting a ...
What is the current behavior?
VSCode gives an error when using allure.step() as a context:

Adding overload functions for allure.step() should fix this...
_TFunc = TypeVar("_TFunc", bound=Callable[..., Any])
@overload
def step(title: _TFunc) -> _TFunc: ...
@overload
def step(title: Any) -> StepContext: ...
Please tell us about your environment:
- Allure adaptor: allure-pytest@2.13.2
I'm submitting a ...
What is the current behavior?
VSCode gives an error when using

allure.step()as a context:Adding overload functions for
allure.step()should fix this...Please tell us about your environment: