Skip to content

Commit

Permalink
Fix typing import for python 3.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
David Montague committed Feb 9, 2023
1 parent 25afdad commit 2572822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_misc.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import re
import sys
from pathlib import Path
from typing import get_args

import pytest
from typing_extensions import get_args

from pydantic_core import CoreSchema, CoreSchemaType, core_schema
from pydantic_core._pydantic_core import (
Expand Down

0 comments on commit 2572822

Please sign in to comment.