Skip to content

Commit 36f4fac

Browse files
committed
fix experts
1 parent f89c748 commit 36f4fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/other/blackboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class Blackboard:
1818
def __init__(self) -> None:
19-
self.experts: []
19+
self.experts = []
2020
self.common_state = {
2121
"problems": 0,
2222
"suggestions": 0,

0 commit comments

Comments
 (0)