Skip to content

Commit dd3d124

Browse files
committed
fix linter issue
1 parent 912ea96 commit dd3d124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,4 +535,4 @@ def get_data():
535535
"""
536536
Get all data from the data.json file
537537
"""
538-
return jsonify(data), 200
538+
return jsonify(data), 200

0 commit comments

Comments
 (0)