We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89c748 commit 36f4facCopy full SHA for 36f4fac
patterns/other/blackboard.py
@@ -16,7 +16,7 @@
16
17
class Blackboard:
18
def __init__(self) -> None:
19
- self.experts: []
+ self.experts = []
20
self.common_state = {
21
"problems": 0,
22
"suggestions": 0,
0 commit comments