diff options
Diffstat (limited to 'kombu/asynchronous/timer.py')
-rw-r--r-- | kombu/asynchronous/timer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/asynchronous/timer.py b/kombu/asynchronous/timer.py index 6d8cbd90..0bb3e981 100644 --- a/kombu/asynchronous/timer.py +++ b/kombu/asynchronous/timer.py @@ -21,7 +21,7 @@ try: except ImportError: # pragma: no cover utc = None -__all__ = ['Entry', 'Timer', 'to_timestamp'] +__all__ = ('Entry', 'Timer', 'to_timestamp') logger = get_logger(__name__) |