mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
run lint with pyupgrade at py39-plus
This commit is contained in:
@ -3,6 +3,9 @@ from __future__ import (
|
||||
)
|
||||
|
||||
import base64
|
||||
from collections.abc import (
|
||||
KeysView,
|
||||
)
|
||||
import functools
|
||||
import hashlib
|
||||
import logging
|
||||
@ -10,7 +13,6 @@ import time
|
||||
from typing import (
|
||||
TYPE_CHECKING,
|
||||
Callable,
|
||||
KeysView,
|
||||
NamedTuple,
|
||||
cast,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user