Skip to content

Commit d236398

Browse files
mekzanicoddemus
authored andcommitted
Fix import error with the Werkzeug 1.0.0rc1
1 parent 2431431 commit d236398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_flask/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import pytest
1212

1313
from flask import json
14-
from werkzeug import cached_property
14+
from werkzeug.utils import cached_property
1515

1616
from .fixtures import (
1717
client, config, accept_json, accept_jsonp, accept_any, accept_mimetype,

0 commit comments

Comments
 (0)