Presumably a relic from the evolution of the code, the implementation line should read:
return [d for d in self._deltas.keys()]
I noticed you're not using this function elsewhere in the module or the code, so that's the likely reason why this went unnoticed.
Presumably a relic from the evolution of the code, the implementation line should read:
I noticed you're not using this function elsewhere in the module or the code, so that's the likely reason why this went unnoticed.