ImportError: cannot import name profanity
Open
- Dominant language
- Python
- Stars
- 63
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
When I install the library via pip and then try to implement the library to my problem I have an error
```
Traceback (most recent call last):
File "/home/buzyarsest/Downloads/training.dev/ipnd/profanity.py", line 1, in
from profanity import profanity
File "/home/buzyarsest/Downloads/training.dev/ipnd/profanity.py", line 1, in
from profanity import profanity
ImportError: cannot import name profanity
```
Great library by the way
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.