Skip to content

Commit cff4727

Browse files
committed
style: clean up docstring formatting in generate_auth_routes function
1 parent 5ee5aa8 commit cff4727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/golf/core/builder_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def generate_api_key_auth_components(
185185

186186
def generate_auth_routes() -> str:
187187
"""Generate code for auth routes in the FastMCP app.
188-
188+
189189
Auth providers (RemoteAuthProvider, OAuthProvider) provide OAuth metadata routes
190190
that need to be added to the server.
191191
"""

0 commit comments

Comments
 (0)