mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-30 12:18:05 -06:00
Now it utilize type stub for PySocks library and all search engine python code are properly type checked. Note that a `cast` is required because there isn't enough hints in PySocks to let the type checker understand that the classes are supposed to be compatible. PR #23183.