mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 23:51:07 +00:00
chore: fix linting issues
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user