Skip to content

Commit cd40a5f

Browse files
committed
style: black formatting for config description
Signed-off-by: Madhav Kandukuri <madhav165@gmail.com>
1 parent fa3152b commit cd40a5f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mcpgateway/config.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -602,11 +602,7 @@ class Settings(BaseSettings):
602602
)
603603
mcpgateway_ui_hide_sections_admin: Annotated[list[str], NoDecode] = Field(
604604
default_factory=list,
605-
description=(
606-
"CSV/JSON list of UI sections to hide for admin users. "
607-
"Same valid values as MCPGATEWAY_UI_HIDE_SECTIONS. "
608-
"When unset, admins see all sections."
609-
),
605+
description=("CSV/JSON list of UI sections to hide for admin users. " "Same valid values as MCPGATEWAY_UI_HIDE_SECTIONS. " "When unset, admins see all sections."),
610606
)
611607
mcpgateway_ui_hide_header_items_admin: Annotated[list[str], NoDecode] = Field(
612608
default_factory=list,

0 commit comments

Comments
 (0)