Skip to content

Commit 9f428d7

Browse files
committed
Fix imports
1 parent d46bfe4 commit 9f428d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/test_flatten_keywords.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import pytest
1615
from unittest import mock
16+
17+
import pytest
18+
1719
from tests import REPORT_PORTAL_SERVICE
1820
from tests.helpers import utils
1921
from tests.helpers.utils import DEFAULT_VARIABLES

0 commit comments

Comments
 (0)