Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaholic committed Dec 25, 2023
1 parent b71ed40 commit 9fbac70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/matchmaker/matchmaker_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_map_pool_for_rating(self, rating: float) -> Optional[MapPool]:
continue
return map_pool

def get_game_options(self) -> dict[str, Any]:
def get_game_options(self) -> Optional[dict[str, Any]]:
return self.params.get("GameOptions") or None

def initialize(self):
Expand Down

0 comments on commit 9fbac70

Please sign in to comment.