Skip to content

Commit 40f9b02

Browse files
committed
fix(BA-5837): repair node.py after rebase (TYPE_CHECKING + JSON scalar)
1 parent 4d013a1 commit 40f9b02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/ai/backend/manager/api/gql/app_config/types

src/ai/backend/manager/api/gql/app_config/types/node.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""AppConfig (merged view) GQL output types (BEP-1052 §5)."""
1+
"""AppConfig (merged view) GQL output types."""
22

33
from __future__ import annotations
44

@@ -25,7 +25,7 @@
2525
BackendAIGQLMeta(
2626
added_version=NEXT_RELEASE_VERSION,
2727
description=(
28-
"Merged per-user AppConfig view (BEP-1052 §5). `fragments` are ordered "
28+
"Merged per-user AppConfig view. `fragments` are ordered "
2929
"low → high merge priority; `config` is the deep-merge result and is "
3030
"null when every contributing fragment is empty."
3131
),

0 commit comments

Comments
 (0)