summaryrefslogtreecommitdiff
path: root/doc/en/example/py2py3/conftest.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-05-18 09:27:51 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-05-23 16:45:23 +0200
commit3b9e063fe8eea19504cea1bd7764c9631d0c8019 (patch)
treecd2a0a4ea45c431ee4690049a6f49125748336d8 /doc/en/example/py2py3/conftest.py
parent9aacb4635e81edd6ecf281d4f6c0cfc8e94ab301 (diff)
downloadpytest-3b9e063fe8eea19504cea1bd7764c9631d0c8019.tar.gz
fix line endings
Diffstat (limited to 'doc/en/example/py2py3/conftest.py')
-rw-r--r--doc/en/example/py2py3/conftest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/en/example/py2py3/conftest.py b/doc/en/example/py2py3/conftest.py
index 81cd1fb11..6fef90884 100644
--- a/doc/en/example/py2py3/conftest.py
+++ b/doc/en/example/py2py3/conftest.py
@@ -11,6 +11,3 @@ def pytest_pycollect_makemodule(path, parent):
bn = path.basename
if "py3" in bn and not py3 or ("py2" in bn and py3):
return DummyCollector(path, parent=parent)
-
-
-