Skip to content

Commit 4d78ba6

Browse files
pre-commit-ci[bot]emfdavid
authored andcommitted
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 0e4585b commit 4d78ba6

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)