Silence pylint false positive

This commit is contained in:
Kristóf Tóth 2018-07-31 15:18:35 +02:00
parent 1ad9e0d0e3
commit 14a98587a4

View File

@ -87,6 +87,7 @@ class AsyncRateLimiter(RateLimiter):
return self._ioloop_factory()
def action(self, seconds_to_next_call):
# pylint: disable=method-hidden
if self._last_callback:
self.ioloop.remove_timeout(self._last_callback)