From 8849ed3f9fe4238670d102479625794fc078ced5 Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Thu, 14 Sep 2023 18:33:41 +0300 Subject: [PATCH] Fix issues --- reportportal_client/aio/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reportportal_client/aio/client.py b/reportportal_client/aio/client.py index 7e991634..2cb3a4df 100644 --- a/reportportal_client/aio/client.py +++ b/reportportal_client/aio/client.py @@ -27,7 +27,6 @@ import aiohttp import certifi -from logs.batcher import LogBatcher from reportportal_client import RP # noinspection PyProtectedMember from reportportal_client._local import set_current @@ -41,6 +40,7 @@ from reportportal_client.helpers import (root_uri_join, verify_value_length, await_if_necessary, agent_name_version) from reportportal_client.logs import MAX_LOG_BATCH_PAYLOAD_SIZE +from reportportal_client.logs.batcher import LogBatcher from reportportal_client.services.statistics import async_send_event from reportportal_client.static.abstract import ( AbstractBaseClass,