Skip to content

Commit 9065993

Browse files
fix: import order issue
1 parent 15db0ae commit 9065993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auth0_server_python/tests/test_server_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from urllib.parse import parse_qs, urlparse
55

66
import pytest
7-
from pydantic_core import ValidationError
87
from auth0_server_python.auth_server.my_account_client import MyAccountClient
98
from auth0_server_python.auth_server.server_client import ServerClient
109
from auth0_server_python.auth_types import (
@@ -30,6 +29,7 @@
3029
StartLinkUserError,
3130
)
3231
from auth0_server_python.utils import PKCE
32+
from pydantic_core import ValidationError
3333

3434

3535
@pytest.mark.asyncio

0 commit comments

Comments
 (0)