diff --git a/flask/cli.py b/flask/cli.py index e4d25549..fc404fcd 100644 --- a/flask/cli.py +++ b/flask/cli.py @@ -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`