mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
zerver/lib: Remove inheritance from object.
This commit is contained in:
@@ -50,7 +50,7 @@ CATEGORIES = {
|
||||
'bots': _('Interactive bots'),
|
||||
} # type: Dict[str, str]
|
||||
|
||||
class Integration(object):
|
||||
class Integration:
|
||||
DEFAULT_LOGO_STATIC_PATH_PNG = 'static/images/integrations/logos/{name}.png'
|
||||
DEFAULT_LOGO_STATIC_PATH_SVG = 'static/images/integrations/logos/{name}.svg'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user