mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
chore: remove unwanted code, fix type issues and comments
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
"""
|
||||
QUIC Stream implementation for py-libp2p Module 3.
|
||||
Based on patterns from go-libp2p and js-libp2p QUIC implementations.
|
||||
Uses aioquic's native stream capabilities with libp2p interface compliance.
|
||||
QUIC Stream implementation
|
||||
Provides stream interface over QUIC's native multiplexing.
|
||||
"""
|
||||
|
||||
from enum import Enum
|
||||
|
||||
Reference in New Issue
Block a user