Skip to content

Commit 570d2f3

Browse files
committed
Noqa for retrocompatibility import line.
1 parent e45b79a commit 570d2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_https.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import requests
88

99
from mocket import Mocket, Mocketizer, mocketize
10-
from mocket.mockhttp import Entry
10+
from mocket.mockhttp import Entry # noqa - test retrocompatibility
1111

1212

1313
@pytest.fixture

0 commit comments

Comments
 (0)