You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like a couple of imports are causing issues for users using Twilio's Python Helper Library 6.x.
from deux/notifications.py
from __future__ import absolute_import, unicode_literals
from twilio.rest import TwilioRestClient
from twilio.rest.exceptions import TwilioRestException
these 2 imports have been moved to other modules or renamed.
The text was updated successfully, but these errors were encountered:
Looks like a couple of imports are causing issues for users using Twilio's Python Helper Library 6.x.
from
deux/notifications.py
these 2 imports have been moved to other modules or renamed.
The text was updated successfully, but these errors were encountered: