Skip to content

Commit

Permalink
fix(redis): add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13-machine-user committed Mar 20, 2020
1 parent d2b5b5b commit 503e6fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexd/app.py
@@ -1,4 +1,5 @@
import flask
from urllib.parse import urlparse
from .bulk.blueprint import blueprint as indexd_bulk_blueprint
from .index.blueprint import blueprint as indexd_index_blueprint
from .alias.blueprint import blueprint as indexd_alias_blueprint
Expand Down

0 comments on commit 503e6fd

Please sign in to comment.