Skip to content

Commit

Permalink
Merge pull request #111 from hagai-helman/master
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Jun 21, 2022
2 parents a894a84 + 778008d commit 8cafb5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git_deps/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
def serve(options):
try:
import flask
from flask import Flask, send_file, safe_join
from flask import Flask, send_file
from flask.json import jsonify
from werkzeug.security import safe_join
except ImportError:
abort("Cannot find flask module which is required for webserver mode.")

Expand Down

0 comments on commit 8cafb5c

Please sign in to comment.