Remove explicit new style class declarations

This commit is contained in:
Mads Marquart
2019-08-28 21:45:48 +02:00
parent 66505f8f41
commit 01b80b300e
9 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ ACONTEXT = {
}
class Client(object):
class Client:
"""A client for the Facebook Chat (Messenger).
This is the main class of ``fbchat``, which contains all the methods you use to