mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04: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