mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 07:00:54 +00:00
Fix lint
This commit is contained in:
@ -3,8 +3,8 @@ import io
|
||||
import itertools
|
||||
from typing import Optional, Tuple
|
||||
|
||||
import multihash
|
||||
from crypto.authenticated_encryption import InvalidMACException
|
||||
import multihash
|
||||
|
||||
from libp2p.crypto.authenticated_encryption import (
|
||||
EncryptionParameters as AuthenticatedEncryptionParameters,
|
||||
|
||||
Reference in New Issue
Block a user