Browse Source

Cosmetics

Ask Solem 9 years ago
parent
commit
4a4bb4542d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      celery/events/__init__.py

+ 1 - 2
celery/events/__init__.py

@@ -331,8 +331,7 @@ class EventReceiver(ConsumerMixin):
                 ttl if ttl is not None else conf.event_queue_ttl,
             ),
             'x-expires': maybe_s_to_ms(
-                expires if expires is not None
-                else conf.event_queue_expires,
+                expires if expires is not None else conf.event_queue_expires,
             ),
         })