Skip to content

Commit

Permalink
refactor: fix constant import
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulFarault committed Oct 22, 2024
1 parent e282afc commit c3f21aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tdp/core/variables/service_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
from pathlib import Path
from typing import TYPE_CHECKING, Optional

from tdp.core.collection import YML_EXTENSION
from tdp.core.constants import SERVICE_NAME_MAX_LENGTH
from tdp.core.constants import SERVICE_NAME_MAX_LENGTH, YML_EXTENSION
from tdp.core.types import PathLike
from tdp.core.variables.schema.exceptions import SchemaValidationError
from tdp.core.variables.variables import (
Expand Down

0 comments on commit c3f21aa

Please sign in to comment.