Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2444f70

Browse files
committedMay 9, 2025·
hatch fmt
1 parent 911d6f3 commit 2444f70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎tests/test_app/prerender/components.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def prerender_string():
1515

1616
if scope.get("type") == "http":
1717
return "prerender_string: Prerendered"
18-
else:
19-
# Simulate a processing delay to mimic the behavior of a slow application
20-
sleep(SLEEP_TIME)
18+
19+
# Simulate a processing delay to mimic the behavior of a slow application
20+
sleep(SLEEP_TIME)
2121
return "prerender_string: Fully Rendered"
2222

2323

0 commit comments

Comments
 (0)
Please sign in to comment.