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 ae9ddd5 commit f367808Copy full SHA for f367808
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