Skip to content

Commit da46d07

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

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
@@ -652,11 +652,7 @@ class Settings(BaseSettings):
652652
)
653653
mcpgateway_ui_hide_sections_admin: Annotated[list[str], NoDecode] = Field(
654654
default_factory=list,
655-
description=(
656-
"CSV/JSON list of UI sections to hide for admin users. "
657-
"Same valid values as MCPGATEWAY_UI_HIDE_SECTIONS. "
658-
"When unset, admins see all sections."
659-
),
655+
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."),
660656
)
661657
mcpgateway_ui_hide_header_items_admin: Annotated[list[str], NoDecode] = Field(
662658
default_factory=list,

0 commit comments

Comments
 (0)