summaryrefslogtreecommitdiff
path: root/amqp/abstract_channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'amqp/abstract_channel.py')
-rw-r--r--amqp/abstract_channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/amqp/abstract_channel.py b/amqp/abstract_channel.py
index da60769..ede206b 100644
--- a/amqp/abstract_channel.py
+++ b/amqp/abstract_channel.py
@@ -25,7 +25,7 @@ from .serialization import dumps, loads
__all__ = ['AbstractChannel']
-class AbstractChannel(object):
+class AbstractChannel:
"""Superclass for both the Connection, which is treated
as channel 0, and other user-created Channel objects.