Skip to content

Commit

Permalink
Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Dec 18, 2024
1 parent f07374d commit 2c5ccdb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tests/test_dcargs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,23 @@
Dict,
List,
Optional,
Protocol,
Text,
Tuple,
TypeVar,
Union,
)

import pytest
from typing_extensions import (
Annotated,
Final,
Literal,
Protocol,
TypeAlias,
runtime_checkable,
)

import tyro
from typing_extensions import Annotated, Final, Literal, TypeAlias, runtime_checkable


def test_no_args() -> None:
Expand Down

0 comments on commit 2c5ccdb

Please sign in to comment.