Skip to content

Commit b314882

Browse files
author
Sebastian Molenda
committed
Added import of AsyncioEnvelope to keep old path compatible
1 parent 63e3cf1 commit b314882

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pubnub/pubnub_asyncio.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
from pubnub.errors import PNERR_REQUEST_CANCELLED, PNERR_CLIENT_TIMEOUT
2727
from pubnub.exceptions import PubNubAsyncioException, PubNubException
2828

29+
# flake8: noqa
30+
from pubnub.models.envelopes import AsyncioEnvelope
31+
2932
logger = logging.getLogger("pubnub")
3033

3134

0 commit comments

Comments
 (0)