[PR #447] [MERGED] Remove unnecessary print statements #900

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/447
Author: @ritiek
Created: 3/2/2020
Status: Merged
Merged: 3/3/2020
Merged by: @ritiek

Base: masterHead: remove-unnecessary-print-statements


📝 Commits (1)

  • 4d1dbfe Remove unnecessary print statements

📊 Changes

1 file changed (+0 additions, -2 deletions)

View changed files

📝 spotipy/oauth2.py (+0 -2)

📄 Description

which show up when fetching access token using:

credentials = oauth2.SpotifyClientCredentials(
    client_id=client_id,
   client_secret=client_secret,
)
token = credentials.get_access_token()

🔄 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/447 **Author:** [@ritiek](https://github.com/ritiek) **Created:** 3/2/2020 **Status:** ✅ Merged **Merged:** 3/3/2020 **Merged by:** [@ritiek](https://github.com/ritiek) **Base:** `master` ← **Head:** `remove-unnecessary-print-statements` --- ### 📝 Commits (1) - [`4d1dbfe`](https://github.com/spotipy-dev/spotipy/commit/4d1dbfe3ca40074465b1c7b2093d7093240933c7) Remove unnecessary print statements ### 📊 Changes **1 file changed** (+0 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/oauth2.py` (+0 -2) </details> ### 📄 Description which show up when fetching access token using: ```python credentials = oauth2.SpotifyClientCredentials( client_id=client_id, client_secret=client_secret, ) token = credentials.get_access_token() ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:02:28 +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#900
No description provided.