mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
zerver: Remove inheritance from object.
This commit is contained in:
@@ -122,7 +122,7 @@ def retry_send_email_failures(func):
|
||||
|
||||
return wrapper
|
||||
|
||||
class QueueProcessingWorker(object):
|
||||
class QueueProcessingWorker:
|
||||
queue_name = None # type: str
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user