mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #224] [MERGED] Clean examples #825
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#825
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/224
Author: @s3bw
Created: 10/23/2017
Status: ✅ Merged
Merged: 1/12/2020
Merged by: @stephanebruckert
Base:
master← Head:clean-examples📝 Commits (3)
0eeeeb4Remove unused imports0b09424Remove spaces around keyword operator6c83f09Format examples📊 Changes
18 files changed (+15 additions, -30 deletions)
View changed files
📝
examples/add_tracks_to_playlist.py(+0 -1)📝
examples/artist_albums.py(+1 -1)📝
examples/artist_recommendations.py(+1 -1)📝
examples/audio_analysis_for_track.py(+1 -1)📝
examples/audio_features.py(+1 -1)📝
examples/audio_features_for_track.py(+1 -1)📝
examples/change_playlist_details.py(+1 -1)📝
examples/create_playlist.py(+0 -2)📝
examples/errors.py(+4 -7)📝
examples/my_playlists.py(+0 -2)📝
examples/remove_specific_tracks_from_playlist.py(+2 -2)📝
examples/show_artist_top_tracks.py(+0 -1)📝
examples/show_featured_playlists.py(+0 -1)📝
examples/show_new_releases.py(+1 -2)📝
examples/show_related.py(+0 -1)📝
examples/title_chain.py(+1 -1)📝
examples/user_playlists.py(+0 -3)📝
examples/user_starred_playlist.py(+1 -1)📄 Description
Make examples more pep8 compliant.
Idiomatic changes to examples.
Improve readability and standard of examples
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.