[PR #1165] [CLOSED] replacing %s with f-string #1193

Closed
opened 2026-02-28 00:04:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/1165
Author: @haviv1idan
Created: 11/11/2024
Status: Closed

Base: masterHead: improvment/remove_python_2.x_style


📝 Commits (3)

  • 2b6ca84 replacing %s with f-string
  • 1793819 update CHANGELOG.md and update setup.py version
  • 67f2388 please 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.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/1165 **Author:** [@haviv1idan](https://github.com/haviv1idan) **Created:** 11/11/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `improvment/remove_python_2.x_style` --- ### 📝 Commits (3) - [`2b6ca84`](https://github.com/spotipy-dev/spotipy/commit/2b6ca84b688ca96881b1a16a6af9ec391fac3e9b) replacing %s with f-string - [`1793819`](https://github.com/spotipy-dev/spotipy/commit/1793819eef8d313828b9023c0ac3a50a8545ed6d) update CHANGELOG.md and update setup.py version - [`67f2388`](https://github.com/spotipy-dev/spotipy/commit/67f23885aa6aa6bb74f34d884969c43a7bc1e67b) please do not change the version number ### 📊 Changes **16 files changed** (+60 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:04:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#1193
No description provided.