Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed
from utils import create_email, check_email
in `gpt4free/uses…
…less/__init__.py` ### **Before**: ``` from utils import create_email, check_email ``` ### **Now**: ``` from .utils import create_email, check_email ``` ### **Change**: `Added dot before module name`
- Loading branch information