[misc] refactor: simplify internal classes naming#86
Conversation
Signed-off-by: ji-huazhong <hzji210@gmail.com>
CLA Signature Pass0lynnlin0, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
…onal/Union → X | None) Signed-off-by: ji-huazhong <hzji210@gmail.com>
CLA Signature Passji-huazhong, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
1 similar comment
CLA Signature Passji-huazhong, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passji-huazhong, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passji-huazhong, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passji-huazhong, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passji-huazhong, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passji-huazhong, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passji-huazhong, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passji-huazhong, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passji-huazhong, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
Rename internal classes by removing TransferQueue prefix:
base.pysimple_backend.pytosimple_storage.pyThese classes are internal components not exposed as public API, so the shorter names improve readability without causing conflicts.
Besides, enable modern type annotation style:
Auto convert legacy
Optional/Uniontype annotations tomodern X | Nonesyntax.cc @0oshowero0