mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-09 08:14:27 +01:00
Correct Battleship Challenge (#5450)
* Update abstract_class.py * Update abstract_class.py
This commit is contained in:
@@ -100,7 +100,7 @@ class AbstractBattleship(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def create_game(self, game_id: str) -> None:
|
||||
def create_game(self) -> None:
|
||||
"""
|
||||
Create a new game.
|
||||
"""
|
||||
|
||||
@@ -100,7 +100,7 @@ class AbstractBattleship(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def create_game(self, game_id: str) -> None:
|
||||
def create_game(self) -> None:
|
||||
"""
|
||||
Create a new game.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user