Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Nov 13, 2024
1 parent f40f86d commit 1cc1768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_nested.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1cc1768

Please sign in to comment.