mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Remove inheritance from object.
This commit is contained in:
@@ -13,7 +13,7 @@ def show_all_branches(fns):
|
||||
print(branch.text())
|
||||
print('---')
|
||||
|
||||
class Grepper(object):
|
||||
class Grepper:
|
||||
'''
|
||||
A Grepper object is optimized to do repeated
|
||||
searches of words that can be found in our
|
||||
|
||||
Reference in New Issue
Block a user