Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed May 13, 2024
1 parent 79124c7 commit 0c8f4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_extra_types/dsn.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if sys.version_info < (3, 9): # pragma: no cover
from typing_extensions import Annotated # pragma: no cover
else:
from typing import Annotated
from typing import Annotated # pragma: no cover

from pydantic import UrlConstraints
from pydantic_core import MultiHostUrl, Url
Expand Down

0 comments on commit 0c8f4b3

Please sign in to comment.