Merge branch 'main' into fix_multiselect_negotiate_type

This commit is contained in:
Manu Sheel Gupta
2025-09-02 02:38:33 +05:30
committed by GitHub
2 changed files with 5 additions and 6 deletions

View File

@ -0,0 +1,5 @@
Remove unused upgrade_listener function from transport upgrader
- Remove unused `upgrade_listener` function from `libp2p/transport/upgrader.py` (Issue 2 from #726)
- Clean up unused imports related to the removed function
- Improve code maintainability by removing dead code