Silence some pytype errors.

PiperOrigin-RevId: 527929776
This commit is contained in:
Rebecca Chen
2023-04-28 18:53:17 +01:00
committed by Saran Tunyasuvunakool
parent fb1d757863
commit 9176a9f23c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -682,7 +682,7 @@ class MultimodalDecoder(AbstractPerceiverDecoder):
position_encoding_type='none',
**decoder_kwargs)
def decoder_query(self, inputs, modality_sizes, inputs_without_pos=None,
def decoder_query(self, inputs, modality_sizes, inputs_without_pos=None, # pytype: disable=signature-mismatch # overriding-parameter-count-checks
subsampled_points=None):
# Partition the flat inputs among the different modalities
inputs = io_processors.restructure(modality_sizes, inputs)