Skip to content

Commit d348f1a

Browse files
committed
style: fix Black formatting for pia_search_facets.py
- Add missing trailing comma in function signature - Ensure compatibility with Black 25.1.0 used in GitHub Actions - Fix failing lint check in CI/CD pipeline
1 parent 709256c commit d348f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pia_mcp_server/tools/pia_search_facets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
async def handle_pia_search_facets(
31-
arguments: Dict[str, Any]
31+
arguments: Dict[str, Any],
3232
) -> List[types.TextContent]:
3333
"""Handle PIA search facets requests."""
3434
try:

0 commit comments

Comments
 (0)