Skip to content

Commit b61edaa

Browse files
Restyled by yapf
1 parent dea27e4 commit b61edaa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
app = Flask(__name__)
99
api = Api(app)
1010

11-
1211
api.add_resource(TodoListResource, "/todos", endpoint="todos")
1312
api.add_resource(TodoResource, "/todos/<string:id>", endpoint="todo")
1413

0 commit comments

Comments
 (0)