We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911d6f3 commit 2444f70Copy full SHA for 2444f70
tests/test_app/prerender/components.py
@@ -15,9 +15,9 @@ def prerender_string():
15
16
if scope.get("type") == "http":
17
return "prerender_string: Prerendered"
18
- else:
19
- # Simulate a processing delay to mimic the behavior of a slow application
20
- sleep(SLEEP_TIME)
+
+ # Simulate a processing delay to mimic the behavior of a slow application
+ sleep(SLEEP_TIME)
21
return "prerender_string: Fully Rendered"
22
23
0 commit comments