Skip to content

Commit d92d26c

Browse files
committed
i forgot to git checkout
1 parent 55e67ac commit d92d26c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ async def _():
525525
class Test:
526526
a: str
527527
b: int
528-
c: list[str]
529-
d: dict[str, int] = attrs.Factory(dict)
528+
c: List[str]
529+
d: Dict[str, int] = attrs.Factory(dict)
530530

531531
@app.get("/")
532532
@app.query("test", Test)

0 commit comments

Comments
 (0)