mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #1165] [CLOSED] replacing %s with f-string #1193
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#1193
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/1165
Author: @haviv1idan
Created: 11/11/2024
Status: ❌ Closed
Base:
master← Head:improvment/remove_python_2.x_style📝 Commits (3)
2b6ca84replacing %s with f-string1793819update CHANGELOG.md and update setup.py version67f2388please do not change the version number📊 Changes
16 files changed (+60 additions, -96 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
examples/artist_albums.py(+3 -6)📝
examples/artist_discography.py(+7 -10)📝
examples/artist_recommendations.py(+2 -6)📝
examples/audio_analysis_for_track.py(+1 -4)📝
examples/audio_features.py(+1 -4)📝
examples/follow_playlist.py(+2 -9)📝
examples/my_playlists.py(+1 -1)📝
examples/show_my_saved_tracks.py(+1 -2)📝
examples/user_playlists_contents.py(+1 -3)📝
examples/user_public_playlists.py(+3 -11)📝
spotipy/cache_handler.py(+4 -4)📝
spotipy/client.py(+6 -6)📝
spotipy/oauth2.py(+24 -28)📝
spotipy/util.py(+1 -0)📝
tests/integration/user_endpoints/test.py(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.