Skip to content

Commit f367808

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent ae9ddd5 commit f367808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_annotated.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import sys
2+
from pathlib import Path
3+
24
import typer
35
from typer.testing import CliRunner
46
from typing_extensions import Annotated
5-
from pathlib import Path
67

78
from .utils import needs_py310
89

0 commit comments

Comments
 (0)