Skip to content

Commit 2444f70

Browse files
committed
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

+3-3
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)