Skip to content

Commit 6e7a805

Browse files
committed
Fix build
1 parent 6c737fa commit 6e7a805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reportportal_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
import requests
2222
from requests.adapters import HTTPAdapter, Retry, DEFAULT_RETRIES
2323

24-
from core.rp_issues import Issue
2524
from ._local import set_current
25+
from .core.rp_issues import Issue
2626
from .core.rp_requests import (
2727
HttpRequest,
2828
ItemStartRequest,

0 commit comments

Comments
 (0)