Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpilz committed Mar 7, 2024
1 parent b327615 commit fa652a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sphinx_click/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ def _write_opts(opts: ty.List[str]) -> str:

extras = []

grp = click.Group.context_settings
print(grp)

if grp.show_default is not None:
show_default = grp.show_default
if opt.show_default is not None:
show_default = opt.show_default
else:
Expand Down

0 comments on commit fa652a6

Please sign in to comment.