Skip to content

Commit 1fee26c

Browse files
hoel-bagardsrittau
andauthored
fix: use ClassVar
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de>
1 parent 80ff77f commit 1fee26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/behave/behave/runner.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ from typing import ParamSpec
66
_P = ParamSpec("_P")
77

88
class Context:
9-
LAYER_NAMES: list[str]
10-
FAIL_ON_CLEANUP_ERRORS: bool
9+
LAYER_NAMES: ClassVar[list[str]]
10+
FAIL_ON_CLEANUP_ERRORS: ClassVar[bool]
1111

1212
feature: Incomplete
1313
scenario: Incomplete

0 commit comments

Comments
 (0)