mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-03-23 05:31:29 +00:00
chore: remove unwanted code, fix type issues and comments
This commit is contained in:
@ -5,7 +5,6 @@ QUIC Transport implementation
|
||||
import copy
|
||||
import logging
|
||||
import ssl
|
||||
import sys
|
||||
from typing import TYPE_CHECKING, cast
|
||||
|
||||
from aioquic.quic.configuration import (
|
||||
@ -66,11 +65,6 @@ from .security import (
|
||||
QUIC_V1_PROTOCOL = QUICTransportConfig.PROTOCOL_QUIC_V1
|
||||
QUIC_DRAFT29_PROTOCOL = QUICTransportConfig.PROTOCOL_QUIC_DRAFT29
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.DEBUG,
|
||||
format="%(asctime)s [%(levelname)s] [%(name)s] %(message)s",
|
||||
handlers=[logging.StreamHandler(sys.stdout)],
|
||||
)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user