mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-22 02:25:22 -04:00
[PR #10] [MERGED] Run isort and add __all__ to all files #53
Reference in New Issue
Block a user
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/stoatchat/python-client-sdk/pull/10
Author: @meizuflux
Created: 9/2/2021
Status: ✅ Merged
Merged: 9/2/2021
Merged by: @Zomatree
Base:
master← Head:master📝 Commits (3)
553fbffRan isort over directory and added allfdfd96eTrailing comma and add missing things in all2833affForgot a comma📊 Changes
34 files changed (+207 additions, -52 deletions)
View changed files
📝
docs/conf.py(+1 -0)📝
examples/basic.py(+4 -1)📝
revolt/__init__.py(+3 -2)📝
revolt/asset.py(+7 -3)📝
revolt/channel.py(+9 -2)📝
revolt/client.py(+8 -4)📝
revolt/embed.py(+3 -0)📝
revolt/enums.py(+8 -0)📝
revolt/errors.py(+8 -0)📝
revolt/file.py(+3 -2)📝
revolt/http.py(+16 -4)📝
revolt/member.py(+4 -1)📝
revolt/message.py(+4 -1)📝
revolt/messageable.py(+6 -4)📝
revolt/permissions.py(+3 -0)📝
revolt/role.py(+3 -1)📝
revolt/server.py(+6 -3)📝
revolt/state.py(+13 -5)📝
revolt/types/category.py(+3 -0)📝
revolt/types/channel.py(+12 -2)...and 14 more files
📄 Description
Added all to all the files and ran isort over the project to fix imports. Pyright detected no problems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.