mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
zerver/lib: Remove inheritance from object.
This commit is contained in:
@@ -141,7 +141,7 @@ class FencedBlockPreprocessor(markdown.preprocessors.Preprocessor):
|
||||
|
||||
output = [] # type: List[Text]
|
||||
|
||||
class BaseHandler(object):
|
||||
class BaseHandler:
|
||||
def handle_line(self, line):
|
||||
# type: (Text) -> None
|
||||
raise NotImplementedError()
|
||||
|
||||
Reference in New Issue
Block a user