Skip to content

Commit ffb71de

Browse files
committed
Bug fix: missing closed comment
1 parent 08623bd commit ffb71de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

casino/games/blackjack/blackjack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def play_round(self):
181181
def reset(self, context = None):
182182
"""
183183
Resets the round state without destroying player objects.
184-
""
184+
"""
185185
if context is not None:
186186
self.context = context
187187
self.configurations = context.config

0 commit comments

Comments
 (0)