Skip to content

Commit f7d4dc4

Browse files
committed
The flake8 error E261 occurs because inline comments must have at least two spaces before
Signed-off-by: NAYANAR <[email protected]>
1 parent d8aad3c commit f7d4dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcpgateway/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2609,7 +2609,7 @@ async def admin_login_handler(request: Request, db: Session = Depends(get_db)) -
26092609
return RedirectResponse(url=f"{root_path}/admin/login?error=missing_fields", status_code=303)
26102610

26112611
# First-Party
2612-
from mcpgateway.services.email_auth_service import EmailAuthService # pylint: disable=import-outside-toplevel
2612+
from mcpgateway.services.email_auth_service import EmailAuthService # pylint: disable=import-outside-toplevel
26132613

26142614
auth_service = EmailAuthService(db)
26152615

0 commit comments

Comments
 (0)