From 189504112784fbafc68ee0757754e8806573d279 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 13 Sep 2018 09:42:26 -0400 Subject: Check for import order --- tests/conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/conftest.py') diff --git a/tests/conftest.py b/tests/conftest.py index aeccec88..e9802517 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -7,9 +7,10 @@ Pytest auto configuration. This module is run automatically by pytest, to define and enable fixtures. """ -import pytest import warnings +import pytest + from coverage import env -- cgit v1.2.1