Remove some redundant commas
Fix mypy errors: src/_pytest/runner.py:36: error: "addoption" of "OptionGroup" does not return a value [func-returns-value] src/_pytest/helpconfig.py:64: error: "addoption" of "OptionGroup" does not return a value [func-returns-value] src/_pytest/terminal.py:67: error: "_addoption" of "OptionGroup" does not return a value [func-returns-value] src/_pytest/terminal.py:75: error: "_addoption" of "OptionGroup" does not return a value [func-returns-value]
This commit is contained in:
@@ -39,7 +39,7 @@ def pytest_addoption(parser):
|
||||
default=None,
|
||||
metavar="N",
|
||||
help="show N slowest setup/test durations (N=0 for all).",
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
def pytest_terminal_summary(terminalreporter):
|
||||
|
||||
Reference in New Issue
Block a user