Skip to content

Commit 0e2c017

Browse files
authored
Revert
1 parent de300c3 commit 0e2c017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_httpretty.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424

2525

2626
import requests
27-
from mocket.plugins.httpretty import HTTPretty, httprettified, httpretty
2827
from sure import expect
2928

29+
from mocket.plugins.httpretty import HTTPretty, httprettified, httpretty
30+
3031

3132
@httprettified
3233
def test_httpretty_should_mock_a_simple_get_with_requests_read():

0 commit comments

Comments
 (0)