Skip to content

Commit

Permalink
fix yet another import
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Oct 3, 2023
1 parent 5f45433 commit bdb59d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@
from typing import Any

from models_library.basic_types import SHA1Str, VersionStr
from models_library.utils.labels_annotations import from_labels, to_labels
from pydantic import BaseModel, Field
from pydantic.config import Extra
from pydantic.networks import AnyUrl

from .labels_annotations import from_labels, to_labels

#
# Prefix added to docker image labels using reverse DNS notations of a domain they own
# SEE https://docs.docker.com/config/labels-custom-metadata/#key-format-recommendations
Expand Down

0 comments on commit bdb59d8

Please sign in to comment.