Skip to content

Commit 2e38c89

Browse files
committed
Remove unused import
1 parent 259fde8 commit 2e38c89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
1010
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License
13-
import sys
1413
from io import StringIO
1514

1615
import pytest
1716
from requests import Response
1817
from requests.exceptions import ReadTimeout
1918
from six.moves import mock
2019

21-
from reportportal_client.helpers import timestamp
2220
from reportportal_client import RPClient
21+
from reportportal_client.helpers import timestamp
2322

2423

2524
def connection_error(*args, **kwargs):

0 commit comments

Comments
 (0)