Skip to content

Commit 506dc2c

Browse files
committed
Use empty renderer
1 parent 33161b8 commit 506dc2c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

kaggle_environments/envs/werewolf/werewolf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,10 @@ def renderer(state, env):
615615
return "\n\n".join(lines)
616616

617617

618+
def html_renderer():
619+
pass
620+
621+
618622
jsonpath = path.abspath(path.join(path.dirname(__file__), "werewolf.json"))
619623
with open(jsonpath) as handle:
620624
specification = json.load(handle)

0 commit comments

Comments
 (0)