ci: Configure isort and make it happy
This commit is contained in:
@@ -42,7 +42,10 @@ class AsyncBuffer(BytesIO):
|
||||
|
||||
async def async_comprehend(generator):
|
||||
"""Emulate ``[elem async for elem in generator]``."""
|
||||
|
||||
results = []
|
||||
|
||||
async for msg in generator:
|
||||
results.append(msg)
|
||||
|
||||
return results
|
||||
|
@@ -22,9 +22,9 @@
|
||||
|
||||
import hashlib
|
||||
|
||||
import pytest
|
||||
from nacl.public import PrivateKey
|
||||
from nacl.signing import SigningKey
|
||||
import pytest
|
||||
|
||||
from secret_handshake.crypto import SHSClientCrypto, SHSServerCrypto
|
||||
|
||||
|
@@ -20,11 +20,11 @@
|
||||
|
||||
"""Tests for the networking components"""
|
||||
|
||||
import os
|
||||
from asyncio import Event, wait_for
|
||||
import os
|
||||
|
||||
import pytest
|
||||
from nacl.signing import SigningKey
|
||||
import pytest
|
||||
|
||||
from secret_handshake import SHSClient, SHSServer
|
||||
|
||||
|
Reference in New Issue
Block a user