Skip to content

Commit d126d06

Browse files
committed
typing correction
1 parent 9ca25f5 commit d126d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/negmas/sao/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def negotiator_offers(self, negotiator_id: str) -> list[Outcome]:
8181

8282

8383
@lru_cache(1)
84-
def all_negotiator_types() -> list[SAONegotiator]:
84+
def all_negotiator_types() -> list[type[SAONegotiator]]:
8585
"""
8686
Returns all the negotiator types defined in negmas.sao.negotiators
8787
"""

0 commit comments

Comments
 (0)