(self, *args, **kwargs)
| 31 | class FitRemoteRepsGraph(FitGraph): |
| 32 | |
| 33 | def __init__(self, *args, **kwargs): |
| 34 | super().__init__(*args, **kwargs) |
| 35 | self._timeCache = TimeCache() |
| 36 | |
| 37 | def _clearInternalCache(self, reason, extraData): |
| 38 | # Here, we care only about fit changes, graph changes and option switches |