mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-21 23:07:29 +08:00
Silence some pytype errors.
PiperOrigin-RevId: 491299111
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user