Removed ridiculous constructor from AppGroup
This commit is contained in:
parent
afb613ca43
commit
2f60124894
1 changed files with 0 additions and 3 deletions
|
|
@ -294,9 +294,6 @@ class AppGroup(click.Group):
|
|||
Not to be confused with :class:`FlaskGroup`.
|
||||
"""
|
||||
|
||||
def __init__(self, app):
|
||||
click.Group.__init__(self)
|
||||
|
||||
def command(self, *args, **kwargs):
|
||||
"""This works exactly like the method of the same name on a regular
|
||||
:class:`click.Group` but it wraps callbacks in :func:`with_appcontext`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue