Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Sep 14, 2023
1 parent ad21f3e commit 8849ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reportportal_client/aio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit 8849ed3

Please sign in to comment.