Loading behave_utils/behave.py +2 −2 Original line number Diff line number Diff line # Copyright 2021-2022 Dominik Sekotill <dom.sekotill@kodo.org.uk> # Copyright 2021-2023 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this Loading Loading @@ -35,7 +35,7 @@ if TYPE_CHECKING: __name__: str def __call__(self, match: str) -> Any: ... def __call__(self, match: str, /) -> object: ... class Decorator(Protocol[T]): Loading Loading
behave_utils/behave.py +2 −2 Original line number Diff line number Diff line # Copyright 2021-2022 Dominik Sekotill <dom.sekotill@kodo.org.uk> # Copyright 2021-2023 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this Loading Loading @@ -35,7 +35,7 @@ if TYPE_CHECKING: __name__: str def __call__(self, match: str) -> Any: ... def __call__(self, match: str, /) -> object: ... class Decorator(Protocol[T]): Loading