Skip to content

Commit

Permalink
Cleaning the code
Browse files Browse the repository at this point in the history
  • Loading branch information
onizucraft committed Nov 14, 2024
1 parent 04055c1 commit e8c4fb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def new_turn_action(self, turn: game_pb2.NewTurn) -> game_pb2.NewAction:
X=possible_connection[0], Y=possible_connection[1]
),
)
print(f"Creating connection {action}")
bgt = BotGameTurn(turn, action)
self.turn_states.append(bgt)

Expand Down

0 comments on commit e8c4fb6

Please sign in to comment.