diff --git a/tests/test_nested.py b/tests/test_nested.py index be90dfa8..9bc1748b 100644 --- a/tests/test_nested.py +++ b/tests/test_nested.py @@ -2,11 +2,11 @@ from typing import Any, Generic, Mapping, NewType, Optional, Tuple, TypeVar, Union import pytest -import tyro from frozendict import frozendict # type: ignore +from helptext_utils import get_helptext_with_checks from typing_extensions import Annotated, Final, Literal -from helptext_utils import get_helptext_with_checks +import tyro def test_nested() -> None: