Skip to content

Commit 9b84c9d

Browse files
chore: drop issue reference from update_profile comment
1 parent 2986173 commit 9b84c9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

routers/core/user.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ async def update_profile(
133133
avatar_changed = bool(avatar_file and avatar_file.filename)
134134

135135
# Async upload read stays on the event loop. CPU-bound image work is
136-
# offloaded; Session/ORM mutations stay here (do not pass Session into the
137-
# thread pool — see issue #237).
136+
# offloaded; Session/ORM mutations stay here so the Session is not passed
137+
# into the thread pool.
138138
if avatar_changed:
139139
assert avatar_file is not None
140140
reject_oversized_content_length(

0 commit comments

Comments
 (0)