Skip to content

Commit 1dc9349

Browse files
committed
Fix import sorting
1 parent 9d478ca commit 1dc9349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotframework_reportportal/listener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from reportportal_client.helpers import LifoQueue, guess_content_type_from_bytes, is_binary
2828

2929
from robotframework_reportportal.helpers import _unescape, match_pattern, translate_glob_to_regex
30-
from robotframework_reportportal.model import Keyword, Launch, LogMessage, Suite, Test, Entity
30+
from robotframework_reportportal.model import Entity, Keyword, Launch, LogMessage, Suite, Test
3131
from robotframework_reportportal.service import RobotService
3232
from robotframework_reportportal.static import MAIN_SUITE_ID, PABOT_WITHOUT_LAUNCH_ID_MSG
3333
from robotframework_reportportal.variables import Variables

0 commit comments

Comments
 (0)