Skip to content

Commit 8f46b4b

Browse files
committed
Fix isort
1 parent 5fee6b5 commit 8f46b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest_reportportal/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
except ImportError:
7575
Rule = type("dummy", (), {}) # Old pytest-bdd versions do not have Rule
7676

77-
from reportportal_client import RP, ClientType, create_client, OutputType
77+
from reportportal_client import RP, ClientType, OutputType, create_client
7878
from reportportal_client.helpers import dict_to_payload, gen_attributes, get_launch_sys_attrs, get_package_version
7979

8080
LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)