mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
4 lines
221 B
ReStructuredText
4 lines
221 B
ReStructuredText
Improved type safety in `get_mux()` and `get_protocols()` by returning properly typed values instead
|
|
of `Any`. Also updated `identify.py` and `discovery.py` to handle `None` values safely and
|
|
compare protocols correctly.
|