Skip to content

Commit 3b4cdc6

Browse files
author
Andrei Neagu
committed
mypy
1 parent d955183 commit 3b4cdc6

File tree

1 file changed

+1
-1
lines changed
  • services/agent/src/simcore_service_agent/core

1 file changed

+1
-1
lines changed

services/agent/src/simcore_service_agent/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from datetime import timedelta
22

3-
from common_library.pydantic_type_adapters import AnyHttpUrlLegacy
3+
from common_library.pydantic_networks_extension import AnyHttpUrlLegacy
44
from models_library.basic_types import BootModeEnum, LogLevel
55
from pydantic import AliasChoices, Field, field_validator
66
from settings_library.base import BaseCustomSettings

0 commit comments

Comments
 (0)