Skip to content

Commit 2e483c7

Browse files
authored
Fix threading.Condition constructor
1 parent a3b66f3 commit 2e483c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

patches/pystub/threading.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
class Condition():
2+
def __init__(self, lock=None): pass
3+
24
def __enter__(self): pass
35

46
def __exit__(self, _type, value, traceback): pass

0 commit comments

Comments
 (0)