Skip to content

Commit 08041fe

Browse files
mjnoviceclaude
andcommitted
fix: sort MemoryService import to fix ruff I001 lint error
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c62de31 commit 08041fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/uipath-platform/src/uipath/platform

packages/uipath-platform/src/uipath/platform/_uipath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
from .common.auth import resolve_config_from_env
1919
from .connections import ConnectionsService
2020
from .context_grounding import ContextGroundingService
21-
from .memory import MemoryService
2221
from .documents import DocumentsService
2322
from .entities import EntitiesService
2423
from .errors import BaseUrlMissingError, SecretMissingError
2524
from .guardrails import GuardrailsService
25+
from .memory import MemoryService
2626
from .orchestrator import (
2727
AssetsService,
2828
AttachmentsService,

0 commit comments

Comments
 (0)