Skip to content

Commit 1cbcfa1

Browse files
committed
Fix isort
1 parent 315895b commit 1cbcfa1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

reportportal_client/logs/log_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from threading import Lock
2020

2121
from reportportal_client import helpers
22-
2322
from reportportal_client.core.rp_requests import HttpRequest, RPFile, RPLogBatch, RPRequestLog
2423
from reportportal_client.core.worker import APIWorker
2524
from reportportal_client.logs import MAX_LOG_BATCH_PAYLOAD_SIZE, MAX_LOG_BATCH_SIZE

tests/steps/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# noinspection PyPackageRequirements
1717
from pytest import fixture
1818

19-
from tests.conftest import DummyResponse
2019
from reportportal_client.client import RPClient
20+
from tests.conftest import DummyResponse
2121

2222

2323
@fixture

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
# noinspection PyPackageRequirements
1919
import pytest
20+
from conftest import DummyResponse
2021
from requests import Response
2122
from requests.exceptions import ReadTimeout
2223

23-
from conftest import DummyResponse
2424
from reportportal_client import RPClient
2525
from reportportal_client.core.rp_requests import RPRequestLog
2626
from reportportal_client.helpers import timestamp

0 commit comments

Comments
 (0)