Skip to content

Commit 2a1d1d4

Browse files
committed
tests: minor code fixes to make pylint happy
1 parent 9cc2edc commit 2a1d1d4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_permanent.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11

22
import requests
33
import pytest
4-
import coverage
5-
4+
from werkzeug.wrappers import Response
65

76
from pytest_httpserver.httpserver import HTTPServer
8-
from werkzeug.wrappers import Response
97

108
JSON_STRING = '{"foo": "bar"}'
119

0 commit comments

Comments
 (0)