chore: fix linting issues

This commit is contained in:
Akash Mondal
2025-07-13 19:25:02 +00:00
committed by lla-dane
parent 8e6e88140f
commit a6ff93122b
3 changed files with 10 additions and 11 deletions

View File

@ -1,5 +1,3 @@
from typing import Literal
"""
Configuration classes for QUIC transport.
"""
@ -9,7 +7,7 @@ from dataclasses import (
field,
)
import ssl
from typing import Any, TypedDict
from typing import Any, Literal, TypedDict
from libp2p.custom_types import TProtocol