We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259fde8 commit 2e38c89Copy full SHA for 2e38c89
tests/test_client.py
@@ -10,16 +10,15 @@
10
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
# See the License for the specific language governing permissions and
12
# limitations under the License
13
-import sys
14
from io import StringIO
15
16
import pytest
17
from requests import Response
18
from requests.exceptions import ReadTimeout
19
from six.moves import mock
20
21
-from reportportal_client.helpers import timestamp
22
from reportportal_client import RPClient
+from reportportal_client.helpers import timestamp
23
24
25
def connection_error(*args, **kwargs):
0 commit comments