Skip to content

Commit 92eb031

Browse files
committed
Remove mistaken click.clear() call from end of __init__.py
1 parent e688d10 commit 92eb031

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

consolekit/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,3 @@ def prompt_for_value(self, ctx):
9696

9797

9898
option = partial(click.option, cls=_Option)
99-
100-
click.clear()

0 commit comments

Comments
 (0)