mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Add __all__
to remaining modules
This commit is contained in:
@ -25,6 +25,10 @@ DEALINGS IN THE SOFTWARE.
|
||||
import time
|
||||
import random
|
||||
|
||||
__all__ = (
|
||||
'ExponentialBackoff',
|
||||
)
|
||||
|
||||
class ExponentialBackoff:
|
||||
"""An implementation of the exponential backoff algorithm
|
||||
|
||||
|
Reference in New Issue
Block a user