Closed sathia27 closed 5 years ago
Hey @sathia27, thank you for your contribution! I noticed you're importing redis
but it isn't mentioned in the Pipfile
. The Pipfile
is what ensures all python dependencies are installed consistently on all machines. If you run pipenv install redis
, it'll update the Pipfile and Pipfile.lock.
This is also a good opportunity for you to send another PR to update the contribution.md
file about this so future contributors know they should be doing this :)
I'll create an issue for this.
@javatarz Thank you for your quick response
Made few other changes as you mentioned.
Add details of your PR here..
Checklist
pipenv run pytest
) before sending this PR?./lint.sh
) before sending this PR?