chore: remove unwanted code, fix type issues and comments

This commit is contained in:
Akash Mondal
2025-08-31 13:15:51 +00:00
parent e1141ee376
commit 186113968e
6 changed files with 42 additions and 52 deletions

View File

@ -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