Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
srslafazan authored May 8, 2024
1 parent b5a008e commit a480ac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/src/tic_tac_toe/logic/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def other(self) -> Mark:
class Grid:
cells: str = " " * 9

# TODO - validation
def __post_init__(self) -> None:
validate_grid(self)

Expand Down

0 comments on commit a480ac7

Please sign in to comment.