Skip to content

Commit

Permalink
Fix local chess.engine.InfoDict in type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Sep 30, 2023
1 parent 97b887a commit 2093a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chess/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2597,7 +2597,7 @@ class AnalysisResult:
Automatically stops the analysis when used as a context manager.
"""

multipv: List[chess.engine.InfoDict]
multipv: List[InfoDict]
"""
A list of dictionaries with aggregated information sent by the engine.
One item for each root move.
Expand Down

0 comments on commit 2093a73

Please sign in to comment.