Skip to content

Commit

Permalink
Removed unused import cross_origin from README (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
baharev authored and corydolphin committed Aug 29, 2017
1 parent b91e204 commit 8f2a419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ full list of options in the `documentation <http://flask-cors.corydolphin.com/en
from flask import Flask
from flask_cors import CORS, cross_origin
from flask_cors import CORS
app = Flask(__name__)
CORS(app)
Expand Down

0 comments on commit 8f2a419

Please sign in to comment.