From c928c5e1b644dec38732412aae264ddd167ac146 Mon Sep 17 00:00:00 2001 From: Olivier Le Thanh Duong Date: Thu, 2 May 2024 11:29:40 +0200 Subject: [PATCH] isort --- tests/supervisor/test_authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/supervisor/test_authentication.py b/tests/supervisor/test_authentication.py index 9f955b60d..bd3378043 100644 --- a/tests/supervisor/test_authentication.py +++ b/tests/supervisor/test_authentication.py @@ -1,9 +1,9 @@ import datetime import json +import eth_account.messages import pytest from aiohttp import web -import eth_account.messages from eth_account.datastructures import SignedMessage from jwcrypto import jwk, jws from jwcrypto.common import base64url_decode