mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
zerver/lib: Remove inheritance from object.
This commit is contained in:
@@ -9,7 +9,7 @@ from zerver.models import (
|
||||
MutedTopic,
|
||||
)
|
||||
|
||||
class StreamTopicTarget(object):
|
||||
class StreamTopicTarget:
|
||||
'''
|
||||
This class is designed to help us move to a
|
||||
StreamTopic table or something similar. It isolates
|
||||
|
||||
Reference in New Issue
Block a user