Skip to content

Commit e2490f7

Browse files
committed
feat: keep unchanged
1 parent 484d50e commit e2490f7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

examples/advanced/27_video_stream.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
@app.route("/")
99
def index():
10-
return HTMLResponse(
11-
"""
10+
return HTMLResponse("""
1211
<!DOCTYPE html>
1312
<html>
1413
<body>
@@ -29,8 +28,7 @@ def index():
2928
</video>
3029
</body>
3130
</html>
32-
"""
33-
)
31+
""")
3432

3533

3634
@app.route("/video/dynamic")

0 commit comments

Comments
 (0)