Skip to content

Commit 4ae5d12

Browse files
committed
fix lint
1 parent 15de7ee commit 4ae5d12

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

examples/example-fastmcp-mcp/src/auth0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ def register_scopes(self, scopes: list[str]) -> None:
5555
scopes: List of scopes to register (e.g., ["tool:greet", "tool:whoami"])
5656
"""
5757
if scopes:
58-
self._scopes_supported.update(scopes)
58+
self._scopes_supported.update(scopes)

examples/example-fastmcp-mcp/src/tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
from .auth0.tools import create_scoped_tool_decorator, get_auth_info
66

7+
78
def register_tools(auth0Mcp):
89
"""
910
Register all tools with the MCP server.

0 commit comments

Comments
 (0)