Remove useless pass

This commit is contained in:
Sven-Hendrik Haase 2017-03-16 14:42:09 +01:00
parent 5b7fd9ad88
commit ad42d88fb2

View file

@ -372,7 +372,6 @@ class FlaskGroup(AppGroup):
# However, we will not do so silently because that would confuse
# users.
traceback.print_exc()
pass
return sorted(rv)
def main(self, *args, **kwargs):