Skip to content

Commit d432553

Browse files
authored
remove whitespaces in blank line
1 parent fac2b16 commit d432553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pytest/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def pytest_addoption(parser):
8585
parser.addini("disable_test_id_escaping_and_forfeit_all_rights_to_community_support", type="bool",
8686
default=False, help="disable string escape non-ascii"
8787
" characters, might cause unwanted side effects")
88-
88+
8989
group.addoption("--import-mode", default="prepend",
9090
choices=["prepend", "append"], dest="importmode",
9191
help="prepend/append to sys.path when importing test modules, "

0 commit comments

Comments
 (0)