Silence some pytype errors.

PiperOrigin-RevId: 491299111
This commit is contained in:
Rebecca Chen
2022-11-28 11:31:34 +00:00
committed by Diego de las Casas
parent e1e065d63e
commit ea772958de
@@ -241,7 +241,7 @@ class CheckerBoard(composer.Entity):
class GoBoard(CheckerBoard):
"""An entity representing a Goboard."""
def _build(self, boardsize=7, square_halfwidth=0.05):
def _build(self, boardsize=7, square_halfwidth=0.05): # pytype: disable=signature-mismatch # overriding-default-value-checks
"""Builds a `GoBoard` entity.
Args: