Skip to content

Commit 0cb8fcb

Browse files
rchen152copybara-github
authored andcommitted
Silence some pytype errors.
PiperOrigin-RevId: 528723181 Change-Id: I4a3d19bf16ef77af48df2f784568d11c0567ed00
1 parent 330c91f commit 0cb8fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dm_control/locomotion/soccer/humanoid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class Visual(enum.Enum):
108108
GEOM = 1
109109
JERSEY = 2
110110

111-
def _build(self,
111+
def _build(self, # pytype: disable=signature-mismatch # overriding-parameter-count-checks
112112
visual,
113113
marker_rgba,
114114
walker_id=None,

0 commit comments

Comments
 (0)