From bfba33ec9e8f4c55d3184294473ade83c6300104 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 25 Jun 2019 20:24:13 -0700 Subject: [PATCH] Delete stray comment --- src/pytest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pytest.py b/src/pytest.py index a3fa26084..b4faf4978 100644 --- a/src/pytest.py +++ b/src/pytest.py @@ -2,7 +2,6 @@ """ pytest: unit and functional testing with Python. """ -# else we are imported from _pytest import __version__ from _pytest.assertion import register_assert_rewrite from _pytest.config import cmdline