Skip to content

Commit

Permalink
Remove import of werkzeug.routing.parse_rule in translate_werkzeug_rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Klikini committed Nov 1, 2022
1 parent 3a59bdb commit 79e2712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinxcontrib/autohttp/flask_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def parse_rule(rule):


def translate_werkzeug_rule(rule):
from werkzeug.routing import parse_rule
buf = six.StringIO()
for conv, arg, var in parse_rule(rule):
if conv:
Expand Down

0 comments on commit 79e2712

Please sign in to comment.