[PR #911] [CLOSED] Remove mutable arguments and unused local variables. Style cleanup. #1076

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/911
Author: @howtri
Created: 12/1/2022
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 82b2b16 Remove mutable arguments and unused local variables. Style cleanup.

📊 Changes

2 files changed (+55 additions, -62 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 spotipy/client.py (+54 -62)

📄 Description

Fixes:

  • Remove mutable arguments
  • Remove unused arguments
  • Remove unnecessary parenthesis
  • Make whitespace for docstrings consistent
  • Mark static methods with the staticmethod decorator

🔄 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/911 **Author:** [@howtri](https://github.com/howtri) **Created:** 12/1/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`82b2b16`](https://github.com/spotipy-dev/spotipy/commit/82b2b16219a6739e8540db1658ecef2614820a59) Remove mutable arguments and unused local variables. Style cleanup. ### 📊 Changes **2 files changed** (+55 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `spotipy/client.py` (+54 -62) </details> ### 📄 Description Fixes: - Remove mutable arguments - Remove unused arguments - Remove unnecessary parenthesis - Make whitespace for docstrings consistent - Mark static methods with the staticmethod decorator --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:31 +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#1076
No description provided.