mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Remove explicit inheritance from object (#7819)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class MessageListener(object):
|
||||
class MessageListener:
|
||||
def Modified(self) -> None: ...
|
||||
|
||||
class NullMessageListener(MessageListener):
|
||||
|
||||
Reference in New Issue
Block a user