style(tests): reflow OPTIONAL_PATH_MANIFEST to match ruff format
Fixes the lint failure on the 26.10-alpha commit — ruff format wanted the single-item settings list on one line rather than spread over three. Pure formatting, no behaviour change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e8c5317660
commit
577c2469f7
1 changed files with 1 additions and 3 deletions
|
|
@ -287,9 +287,7 @@ PATH_MANIFEST = dict(
|
||||||
OPTIONAL_PATH_MANIFEST = dict(
|
OPTIONAL_PATH_MANIFEST = dict(
|
||||||
VALID_MANIFEST,
|
VALID_MANIFEST,
|
||||||
name="jellyfin",
|
name="jellyfin",
|
||||||
settings=[
|
settings=[{"name": "OPTIONAL_PATH", "label": "Optional", "type": "path", "required": False}],
|
||||||
{"name": "OPTIONAL_PATH", "label": "Optional", "type": "path", "required": False}
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue