We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d478ca commit 1dc9349Copy full SHA for 1dc9349
robotframework_reportportal/listener.py
@@ -27,7 +27,7 @@
27
from reportportal_client.helpers import LifoQueue, guess_content_type_from_bytes, is_binary
28
29
from robotframework_reportportal.helpers import _unescape, match_pattern, translate_glob_to_regex
30
-from robotframework_reportportal.model import Keyword, Launch, LogMessage, Suite, Test, Entity
+from robotframework_reportportal.model import Entity, Keyword, Launch, LogMessage, Suite, Test
31
from robotframework_reportportal.service import RobotService
32
from robotframework_reportportal.static import MAIN_SUITE_ID, PABOT_WITHOUT_LAUNCH_ID_MSG
33
from robotframework_reportportal.variables import Variables
0 commit comments