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