From 2fd814ceaa025107efce25cb1d3b22db06f370c1 Mon Sep 17 00:00:00 2001 From: Valerij Maljulin Date: Oct 25 2019 12:00:21 +0000 Subject: lint tests fix Signed-off-by: Valerij Maljulin --- diff --git a/functional-tests/consumers/test_resultsdb.py b/functional-tests/consumers/test_resultsdb.py index 8b3e809..f74728e 100644 --- a/functional-tests/consumers/test_resultsdb.py +++ b/functional-tests/consumers/test_resultsdb.py @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0+ import hashlib -import json import mock import time diff --git a/functional-tests/test_api_v1.py b/functional-tests/test_api_v1.py index 72458d1..944aef5 100644 --- a/functional-tests/test_api_v1.py +++ b/functional-tests/test_api_v1.py @@ -1,6 +1,5 @@ # SPDX-License-Identifier: GPL-2.0+ -import json import pytest import re import os