Skip to content

Commit 3c1aa70

Browse files
rchen152diegolascasas
authored andcommitted
Silence some pytype errors.
PiperOrigin-RevId: 496746673
1 parent 4caaad8 commit 3c1aa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fusion_tcv/combiners.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class AbstractCombiner(targets.AbstractTarget):
2828
"""Combines a set of rewards, possibly weighted."""
2929

3030
@abc.abstractmethod
31-
def __call__(self, values: List[float],
31+
def __call__(self, values: List[float], # pytype: disable=signature-mismatch # overriding-return-type-checks
3232
weights: Optional[List[float]] = None) -> List[float]:
3333
"""Combines a set of rewards, possibly weighted."""
3434

0 commit comments

Comments
 (0)