Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 1455de9

Browse files
Alexander Artemenkokevlened
authored andcommitted
Removed unnecessary variable to satisfy linter.
1 parent 02212e1 commit 1455de9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytest_parallel/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ def __init__(self, config):
202202
self._log = py.log.Producer("pytest-parallel")
203203

204204
reporter = config.pluginmanager.getplugin('terminalreporter')
205-
html = config.pluginmanager.getplugin('html')
206205

207206
# prevent mangling the output
208207
reporter.showfspath = False

0 commit comments

Comments
 (0)