Skip to content

Commit fac2b16

Browse files
authored
remove redundant newline character
1 parent b6bff74 commit fac2b16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_pytest/python.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def pytest_addoption(parser):
8686
default=False, help="disable string escape non-ascii"
8787
" characters, might cause unwanted side effects")
8888

89-
9089
group.addoption("--import-mode", default="prepend",
9190
choices=["prepend", "append"], dest="importmode",
9291
help="prepend/append to sys.path when importing test modules, "

0 commit comments

Comments
 (0)