Do not subclass object
This commit is contained in:
parent
955243a93b
commit
ce07021580
18 changed files with 19 additions and 22 deletions
|
|
@ -27,7 +27,7 @@ import tempfile
|
|||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Message(object):
|
||||
class Message:
|
||||
"""Support messaging between types
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue