[PR #437] [MERGED] Linting of core subpackage + clean up imports #898

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/437
Author: @sr-murthy
Created: 2/9/2020
Status: Merged
Merged: 2/9/2020
Merged by: @stephanebruckert

Base: masterHead: master


📝 Commits (6)

  • c9bfada Linting of OAuth2 mod. + update tests to detect core package path
  • 57db340 Tweak imports in tests + update tox ini to ignore Flake8 E501 error
  • 59b549e Tweak tox ini - ignore examples
  • 4396c8c Remove f-string from OAuth2 mod.
  • f697d36 More import tweaks in core package + tests
  • f190f41 Update flake8 config. in tox ini - set line length limit to 99 chars.

📊 Changes

6 files changed (+13 additions, -13 deletions)

View changed files

📝 spotipy/client.py (+1 -1)
📝 spotipy/oauth2.py (+2 -3)
📝 tests/integration/test_non_user_endpoints.py (+1 -2)
📝 tests/integration/test_user_endpoints.py (+3 -3)
📝 tests/unit/test_oauth.py (+3 -3)
📝 tox.ini (+3 -1)

📄 Description

  • Linting of core package
  • Clean up imports

🔄 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/437 **Author:** [@sr-murthy](https://github.com/sr-murthy) **Created:** 2/9/2020 **Status:** ✅ Merged **Merged:** 2/9/2020 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`c9bfada`](https://github.com/spotipy-dev/spotipy/commit/c9bfada1bacc6c803b33820c66e0e69a9e6a40c2) Linting of OAuth2 mod. + update tests to detect core package path - [`57db340`](https://github.com/spotipy-dev/spotipy/commit/57db3400c7288eb452933a48a182e7af7453ce92) Tweak imports in tests + update tox ini to ignore Flake8 E501 error - [`59b549e`](https://github.com/spotipy-dev/spotipy/commit/59b549ea2d4de65fd739be12ab86010f7f267f1c) Tweak tox ini - ignore examples - [`4396c8c`](https://github.com/spotipy-dev/spotipy/commit/4396c8cdad4ba4fe67b63ca50ef1477bd885c3b5) Remove `f`-string from OAuth2 mod. - [`f697d36`](https://github.com/spotipy-dev/spotipy/commit/f697d36d0c38ca6c635d50f42105a53a807ce33c) More import tweaks in core package + tests - [`f190f41`](https://github.com/spotipy-dev/spotipy/commit/f190f4197cf802c4471afb1de541bede3c10c4d9) Update flake8 config. in tox ini - set line length limit to 99 chars. ### 📊 Changes **6 files changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/client.py` (+1 -1) 📝 `spotipy/oauth2.py` (+2 -3) 📝 `tests/integration/test_non_user_endpoints.py` (+1 -2) 📝 `tests/integration/test_user_endpoints.py` (+3 -3) 📝 `tests/unit/test_oauth.py` (+3 -3) 📝 `tox.ini` (+3 -1) </details> ### 📄 Description * Linting of core package * Clean up imports --- <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#898
No description provided.