removed unused reference to url_join

This commit is contained in:
Michael E. Karpeles 2019-04-26 17:16:50 -07:00 committed by David Lord
parent 814a7ea96f
commit ac78da0bb0
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -10,7 +10,6 @@
:license: BSD, see LICENSE for more details.
"""
from functools import update_wrapper
from werkzeug.urls import url_join
from .helpers import _PackageBoundObject, _endpoint_from_view_func