Skip to content

Commit

Permalink
35668: pycodestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soehms committed Jun 19, 2023
1 parent d0ccd37 commit 97eaac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/doctest/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ def __init__(self, options, args):
feature_names = set([f.name for f in all_features() if f.is_optional()])
options.hide = options.hide.union(feature_names)


options.disabled_optional = set()
if isinstance(options.optional, str):
s = options.optional.lower()
Expand Down

0 comments on commit 97eaac9

Please sign in to comment.