Skip to content

Commit

Permalink
Fixed for older versions of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
WarpedPixel authored and WarpedPixel committed Jun 25, 2024
1 parent 70415f6 commit 3b2d7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from datetime import datetime, timezone
from enum import IntEnum
from pathlib import Path
from typing import Any, Callable, Dict, Generic, Hashable, List, Optional, Set, Tuple, Type, TypeVar, Union, override
from typing import Any, Callable, Dict, Generic, Hashable, List, Optional, Set, Tuple, Type, TypeVar, Union

import pytest
import typing_extensions
Expand All @@ -34,7 +34,7 @@
from pydantic._internal._repr import Representation
from pydantic.fields import FieldInfo
from pytest_mock import MockerFixture
from typing_extensions import Annotated, Literal
from typing_extensions import Annotated, Literal, override

from pydantic_settings import (
BaseSettings,
Expand Down

0 comments on commit 3b2d7c3

Please sign in to comment.