Skip to content

Commit 3b2358d

Browse files
committed
Fix isort
1 parent 8c2f664 commit 3b2358d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/units/test_rp_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from behave.model_core import Status
2121
from delayed_assert import assert_expectations, expect
2222
from prettytable import MARKDOWN, PrettyTable
23-
from reportportal_client import BatchedRPClient, RPClient, ThreadedRPClient, OutputType
23+
from reportportal_client import BatchedRPClient, OutputType, RPClient, ThreadedRPClient
2424
from reportportal_client.logs import MAX_LOG_BATCH_PAYLOAD_SIZE
2525

2626
from behave_reportportal.behave_agent import BehaveAgent, convert_to_rp_status, create_rp_service

0 commit comments

Comments
 (0)