From 7d84dcc5008dfc4e74eb03056042bc1b5c2dc593 Mon Sep 17 00:00:00 2001 From: "Asif Saif Uddin (Auvi)" Date: Thu, 28 Jan 2021 15:59:02 +0600 Subject: remove wrong imports occured by commits from another branch --- amqp/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/amqp/__init__.py b/amqp/__init__.py index 0ea046d..94982d4 100644 --- a/amqp/__init__.py +++ b/amqp/__init__.py @@ -39,7 +39,6 @@ from .exceptions import (AccessRefused, AMQPError, # noqa NotFound, PreconditionFailed, RecoverableChannelError, RecoverableConnectionError, ResourceError, ResourceLocked, UnexpectedFrame, error_for_code) -from .types import ChannelT, ConnectionT, MessageT from .utils import promise # noqa __all__ = ( -- cgit v1.2.1