Skip to content

Commit 118e8b6

Browse files
committed
Remove unnecessary import
1 parent 2d4108c commit 118e8b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_convertapi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
from unittest import mock
21
import convertapi
32
import os
43
import io
54
import tempfile
65
import time
76
import requests
8-
from requests.models import Response
97

108
from . import utils
119
from nose.tools import *

0 commit comments

Comments
 (0)