We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc2edc commit 2a1d1d4Copy full SHA for 2a1d1d4
1 file changed
tests/test_permanent.py
@@ -1,11 +1,9 @@
1
2
import requests
3
import pytest
4
-import coverage
5
-
+from werkzeug.wrappers import Response
6
7
from pytest_httpserver.httpserver import HTTPServer
8
-from werkzeug.wrappers import Response
9
10
JSON_STRING = '{"foo": "bar"}'
11
0 commit comments