Skip to content

Commit

Permalink
Merge pull request udacity#12 from udacity/karenHebel-patch-1
Browse files Browse the repository at this point in the history
Update FlaskRecap.py
  • Loading branch information
UAnjali authored Oct 28, 2021
2 parents f945a6f + 7e32fdc commit 659eaa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lesson-1-Foundation/FlaskRecap/FlaskRecap.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python
# -*- coding: iso-8859-15 -*-
from flask import Flask, request, jsonify, abort

app = Flask(__name__)
Expand Down

0 comments on commit 659eaa8

Please sign in to comment.