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 a50bb54 commit 9ad7206Copy full SHA for 9ad7206
patterns/other/blackboard.py
@@ -15,7 +15,7 @@
15
class AbstractExpert(ABC):
16
"""Abstract class for experts in the blackboard system."""
17
@abstractmethod
18
- def __init__(self, blackboard: object) -> None:
+ def __init__(self, blackboard) -> None:
19
self.blackboard = blackboard
20
21
@property
0 commit comments