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
ImportError: cannot import name 'send' from partially initialized module 'sms4' (most likely due to a circular import)
...../site-packages/sms4/init.py)
The text was updated successfully, but these errors were encountered:
there are some bugs in the init.py file
from sms4 import send
from sms4 import nonblocking_send
to
from sms4.sms4 import send
from sms4.sms4 import nonblocking_send
ImportError: cannot import name 'send' from partially initialized module 'sms4' (most likely due to a circular import)
...../site-packages/sms4/init.py)
The text was updated successfully, but these errors were encountered: