ci: Configure isort and make it happy

This commit is contained in:
2023-10-29 10:47:21 +01:00
parent d28ca167f2
commit 95039914ba
7 changed files with 21 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
"""Example SHS client"""
import os
from asyncio import get_event_loop
from base64 import b64decode
import os
import yaml
from nacl.signing import SigningKey
import yaml
from secret_handshake import SHSClient

View File

@@ -1,11 +1,11 @@
"""Example SHS server"""
import os
from asyncio import get_event_loop
from base64 import b64decode
import os
import yaml
from nacl.signing import SigningKey
import yaml
from secret_handshake import SHSServer