Skip to content

Commit 97eaac9

Browse files
committed
35668: pycodestyle fix
1 parent d0ccd37 commit 97eaac9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/doctest/control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ def __init__(self, options, args):
422422
feature_names = set([f.name for f in all_features() if f.is_optional()])
423423
options.hide = options.hide.union(feature_names)
424424

425-
426425
options.disabled_optional = set()
427426
if isinstance(options.optional, str):
428427
s = options.optional.lower()

0 commit comments

Comments
 (0)