Skip to content

Commit

Permalink
fix: import Any in test_request_body.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robswc authored and provinzkraut committed Apr 7, 2024
1 parent a8e9977 commit 58108c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_openapi/test_request_body.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from dataclasses import dataclass
from typing import Callable, Dict, List, Type
from typing import Any, Callable, Dict, List, Type

import pytest
from typing_extensions import Annotated
Expand Down

0 comments on commit 58108c0

Please sign in to comment.