We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2431431 commit d236398Copy full SHA for d236398
pytest_flask/plugin.py
@@ -11,7 +11,7 @@
11
import pytest
12
13
from flask import json
14
-from werkzeug import cached_property
+from werkzeug.utils import cached_property
15
16
from .fixtures import (
17
client, config, accept_json, accept_jsonp, accept_any, accept_mimetype,
0 commit comments