[PR #10] [MERGED] Run isort and add __all__ to all files #53

Closed
opened 2026-02-15 23:16:26 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

  • 553fbff Ran isort over directory and added all
  • fdfd96e Trailing comma and add missing things in all
  • 2833aff Forgot 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.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/python-client-sdk/pull/10 **Author:** [@meizuflux](https://github.com/meizuflux) **Created:** 9/2/2021 **Status:** ✅ Merged **Merged:** 9/2/2021 **Merged by:** [@Zomatree](https://github.com/Zomatree) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`553fbff`](https://github.com/stoatchat/python-client-sdk/commit/553fbffa74b05cecc5667be4ac4e20720b5439ea) Ran isort over directory and added __all__ - [`fdfd96e`](https://github.com/stoatchat/python-client-sdk/commit/fdfd96e2246924d17c0672f0a0ddaf53dcdd4ceb) Trailing comma and add missing things in __all__ - [`2833aff`](https://github.com/stoatchat/python-client-sdk/commit/2833aff90a60fb0be86998cad013c8b815589355) Forgot a comma ### 📊 Changes **34 files changed** (+207 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Added __all__ to all the files and ran isort over the project to fix imports. Pyright detected no problems. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 23:16:26 -05:00
yindo closed this issue 2026-02-15 23:16:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/python-client-sdk#53