Skip to content

Commit e804e41

Browse files
committed
remove unnecessary newline
1 parent 992e7f7 commit e804e41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_pytest/config/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ def parse_hookimpl_opts(self, plugin, name):
282282
known_marks = {m.name for m in getattr(method, "pytestmark", [])}
283283

284284
for name in ("tryfirst", "trylast", "optionalhook", "hookwrapper"):
285-
286285
opts.setdefault(name, hasattr(method, name) or name in known_marks)
287286
return opts
288287

0 commit comments

Comments
 (0)