Browse Source

Use typing_extensions for Python < 3.9

pull/10257/head
Stefans Mezulis 2 years ago
parent
commit
5581a7db52
  1. 2
      tests/test_openapi_form_alias.py

2
tests/test_openapi_form_alias.py

@ -1,4 +1,4 @@
from typing import Annotated
from typing_extensions import Annotated
import pytest

Loading…
Cancel
Save