fix notifications-python-client version import

This commit is contained in:
Leo Hemsted
2017-12-28 10:05:54 +00:00
committed by GitHub
parent 32db08269d
commit 99db15d975

View File

@@ -1,7 +1,7 @@
from flask_login import current_user
from flask import has_request_context, request, abort
from notifications_python_client.base import BaseAPIClient
from notifications_python_client.version import __version__
from notifications_python_client import __version__
def _attach_current_user(data):