Skip to content

Commit 80ff77f

Browse files
hoel-bagardsrittau
andauthored
fix: add missing __getattr__
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de>
1 parent a31fef0 commit 80ff77f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stubs/behave/behave/runner.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ class Context:
3333
@property
3434
def captured(self): ...
3535
def attach(self, mime_type: str, data: bytes) -> None: ...
36+
37+
def __getattr__(name: str) -> Incomplete: ...

0 commit comments

Comments
 (0)