Skip to content

Commit 2d15865

Browse files
apply ruff formatting to users.py
1 parent 4452798 commit 2d15865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/api/routes/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def create_user(
7474
email_to=user_in.email,
7575
subject=email_data.subject,
7676
html_content=email_data.html_content,
77-
)
77+
)
7878
return user
7979

8080

0 commit comments

Comments
 (0)