mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 21:11:32 +00:00
Silence pylint false positive
This commit is contained in:
parent
1ad9e0d0e3
commit
14a98587a4
@ -87,6 +87,7 @@ class AsyncRateLimiter(RateLimiter):
|
|||||||
return self._ioloop_factory()
|
return self._ioloop_factory()
|
||||||
|
|
||||||
def action(self, seconds_to_next_call):
|
def action(self, seconds_to_next_call):
|
||||||
|
# pylint: disable=method-hidden
|
||||||
if self._last_callback:
|
if self._last_callback:
|
||||||
self.ioloop.remove_timeout(self._last_callback)
|
self.ioloop.remove_timeout(self._last_callback)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user