We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4585b commit 4d78ba6Copy full SHA for 4d78ba6
tests/test_annotated.py
@@ -1,8 +1,9 @@
1
import sys
2
+from pathlib import Path
3
+
4
import typer
5
from typer.testing import CliRunner
6
from typing_extensions import Annotated
-from pathlib import Path
7
8
from .utils import needs_py310
9
0 commit comments