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