mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
remove unused asyncio
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
import asyncio
|
|
||||||
from typing import Sequence
|
from typing import Sequence
|
||||||
|
|
||||||
from libp2p.crypto.keys import KeyPair
|
from libp2p.crypto.keys import KeyPair
|
||||||
|
|||||||
@ -1,3 +1,2 @@
|
|||||||
"""Kademlia is a Python implementation of the Kademlia protocol which utilizes
|
"""Kademlia is a Python implementation of the Kademlia protocol."""
|
||||||
the asyncio library."""
|
|
||||||
__version__ = "2.0"
|
__version__ = "2.0"
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
import asyncio
|
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
import trio
|
import trio
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
import asyncio
|
|
||||||
import logging
|
import logging
|
||||||
from socket import socket
|
from socket import socket
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|||||||
Reference in New Issue
Block a user