summaryrefslogtreecommitdiff
path: root/src/pytest/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pytest/__init__.py')
-rw-r--r--src/pytest/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pytest/__init__.py b/src/pytest/__init__.py
index 64d6d1f23..c4c281918 100644
--- a/src/pytest/__init__.py
+++ b/src/pytest/__init__.py
@@ -1,7 +1,5 @@
# PYTHON_ARGCOMPLETE_OK
-"""
-pytest: unit and functional testing with Python.
-"""
+"""pytest: unit and functional testing with Python."""
from . import collect
from _pytest import __version__
from _pytest.assertion import register_assert_rewrite