Skip to content
Snippets Groups Projects
Commit 8af2b655 authored by Tessaris Sergio's avatar Tessaris Sergio
Browse files

doc: docstrings cleanup

parent 1ae0a15f
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,6 @@ class MyPlayer(InformedPlayer):
"""
def _say(self, text: str):
"""
docstring
"""
print(self.name + ' says: ' + text)
def start_episode(self, world: EaterWorld):
......
......@@ -248,10 +248,6 @@ class WumpusWorld(GridWorld):
@classmethod
def random(cls, **kwargs):
"""
docstring
"""
size = kwargs.get('size', 4)
seed = kwargs.get('seed', None)
pitProb = kwargs.get('pitProb', .2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment