Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Feb 28, 2021
1 parent ef2ed1a commit e35f6ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To make sure if the import lists are stored correctly:
python setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel
twine check dist/*
twine upload --skip-existing dist/*.whl dist/*.gz dist/*.zip
twine upload --repository-url https://upload.pypi.org/legacy/ --skip-existing dist/*.(whl|gz|zip)~dist/*linux*.whl

- Create github release https://github.com/plamere/spotipy/releases with the changelog content
for the version and a short name that describes the main addition
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_user_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
SpotifyPKCE
)
import unittest
import requests
from tests import helpers


Expand Down

0 comments on commit e35f6ec

Please sign in to comment.