Skip to content

Commit

Permalink
blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Aki Vänttinen committed Nov 24, 2024
1 parent 1edac29 commit 8b730df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot_loader/bot_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"veryeasy": Difficulty.VeryEasy,
}


def race_selector(race: str) -> Race:
if race == "zerg":
return Race.Zerg
Expand All @@ -52,6 +53,7 @@ def race_selector(race: str) -> Race:
return Race.Protoss
return Race.Random


class DummyBuilder:
def __init__(self, key: str, name: str, race: Race, file_name: str, bot_type: type, params_count: int = 0) -> None:
self.key = key
Expand Down

0 comments on commit 8b730df

Please sign in to comment.