Skip to content

Commit

Permalink
Merge pull request #3166 from mekarpeles/refactor/unused-url_join
Browse files Browse the repository at this point in the history
removed unused reference to url_join
  • Loading branch information
davidism committed May 17, 2019
2 parents 814a7ea + ac78da0 commit 55801b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flask/blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 55801b5

Please sign in to comment.