We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca25f5 commit d126d06Copy full SHA for d126d06
src/negmas/sao/common.py
@@ -81,7 +81,7 @@ def negotiator_offers(self, negotiator_id: str) -> list[Outcome]:
81
82
83
@lru_cache(1)
84
-def all_negotiator_types() -> list[SAONegotiator]:
+def all_negotiator_types() -> list[type[SAONegotiator]]:
85
"""
86
Returns all the negotiator types defined in negmas.sao.negotiators
87
0 commit comments