From 1cc176856f078aad6bcd6da12f14f6a4cc7474bf Mon Sep 17 00:00:00 2001 From: brentyi Date: Tue, 12 Nov 2024 20:38:25 -0800 Subject: [PATCH] ruff --- tests/test_nested.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: