Skip to content

Commit

Permalink
Import 'Annotated' from typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisGaul committed Oct 30, 2024
1 parent 141eb5b commit 24ef6b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python_on_whales/components/pod/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from datetime import datetime
from typing import Annotated, List, Mapping, Optional
from typing import List, Mapping, Optional

import pydantic
from typing_extensions import Annotated

from python_on_whales.components.container.models import PortBinding
from python_on_whales.utils import DockerCamelModel
Expand Down

0 comments on commit 24ef6b7

Please sign in to comment.