mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[PR #44] [CLOSED] Restyle Fixed the _pb2 suffix need for protobuf compiled files and also fixed issue with proxy configuration in requests Session #105
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#105
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/kokarare1212/librespot-python/pull/44
Author: @restyled-io[bot]
Created: 5/26/2021
Status: ❌ Closed
Base:
main← Head:restyled/pull-43📝 Commits (10+)
0214721fixed the _pb2 suffix error and import errors3a38afefixing import errors81cbd5afixing proxy configuration with and without auth3fcf78eimporting the compiled pb2 modules with alias3b8068afixed class use insted of module81c5a6cRestyled by autopep8a983542Restyled by blackcf92934Restyled by isort40919edRestyled by reorder-python-importsa374845Restyled by yapf📊 Changes
50 files changed (+3691 additions, -2966 deletions)
View changed files
📝
librespot/Version.py(+10 -7)📝
librespot/ZeroconfServer.py(+1 -1)📝
librespot/audio/AudioKeyManager.py(+1 -2)📝
librespot/audio/GeneralAudioStream.py(+2 -1)📝
librespot/audio/PlayableContentFeeder.py(+9 -9)📝
librespot/audio/StreamId.py(+1 -1)📝
librespot/audio/__init__.py(+8 -8)📝
librespot/audio/cdn/CdnFeedHelper.py(+10 -8)📝
librespot/audio/cdn/CdnManager.py(+5 -5)📝
librespot/audio/decoders/AudioQuality.py(+1 -1)📝
librespot/audio/format/AudioQualityPicker.py(+1 -1)📝
librespot/audio/format/SuperAudioFormat.py(+13 -12)📝
librespot/audio/storage/ChannelManager.py(+1 -1)📝
librespot/core/Session.py(+16 -18)📝
librespot/dealer/ApiClient.py(+2 -2)📝
librespot/mercury/MercuryClient.py(+2 -2)📝
librespot/mercury/RawMercuryRequest.py(+1 -1)📝
librespot/metadata/__init__.py(+5 -6)📝
librespot/player/StateWrapper.py(+5 -5)📝
librespot/player/codecs/VorbisOnlyAudioQuality.py(+1 -1)...and 30 more files
📄 Description
A duplicate of #43 with additional commits that automatically address
incorrect style, created by Restyled.
⚠️ Even though this PR is not a Fork, it contains outside contributions.
Please review accordingly.
Since the original Pull Request was opened as a fork in a contributor's
repository, we are unable to create a Pull Request branching from it with only
the style fixes.
The following Restylers made fixes:
To incorporate these changes, you can either:
Merge this Pull Request instead of the original, or
Ask your contributor to locally incorporate these commits and push them to
the original Pull Request
Expand for example instructions
NOTE: As work continues on the original Pull Request, this process will
re-run and update (force-push) this Pull Request with updated style fixes as
necessary. If the style is fixed manually at any point (i.e. this process finds
no fixes to make), this Pull Request will be closed automatically.
Sorry if this was unexpected. To disable it, see our documentation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.