summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorAndras Tim <andras.tim@gmail.com>2017-07-17 01:25:09 +0200
committerAndras Tim <andras.tim@gmail.com>2017-07-17 01:44:23 +0200
commit4730c6d99d017dacd4a0788c3f2cd2d041bc4968 (patch)
tree380be503b6d36431c622ebf799c35839bee34908 /testing
parentc9a081d1a3344787bb30f9526036922fd7fcad1d (diff)
downloadpytest-4730c6d99d017dacd4a0788c3f2cd2d041bc4968.tar.gz
Fixed E272 flake8 errors
multiple spaces before keyword
Diffstat (limited to 'testing')
-rw-r--r--testing/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_config.py b/testing/test_config.py
index 283155e6c..b30675c04 100644
--- a/testing/test_config.py
+++ b/testing/test_config.py
@@ -569,7 +569,7 @@ def test_notify_exception(testdir, capfd):
def test_load_initial_conftest_last_ordering(testdir):
- from _pytest.config import get_config
+ from _pytest.config import get_config
pm = get_config().pluginmanager
class My(object):