Skip to content

Commit

Permalink
Added import of AsyncioEnvelope to keep old path compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Jan 9, 2025
1 parent 63e3cf1 commit b314882
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pubnub/pubnub_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
from pubnub.errors import PNERR_REQUEST_CANCELLED, PNERR_CLIENT_TIMEOUT
from pubnub.exceptions import PubNubAsyncioException, PubNubException

# flake8: noqa
from pubnub.models.envelopes import AsyncioEnvelope

logger = logging.getLogger("pubnub")


Expand Down

0 comments on commit b314882

Please sign in to comment.