Skip to content

Commit a2ce283

Browse files
committed
Fix server.py formatting issue
1 parent 97d9bf6 commit a2ce283

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

official/guides/embeddables-guide/server.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import os
22
import requests
3-
from flask import Flask, jsonify
3+
from flask import (
4+
Flask,
5+
jsonify,
6+
)
47

58
app = Flask(__name__)
69

0 commit comments

Comments
 (0)