forked from orbit-oss/flask
Remove useless pass
This commit is contained in:
parent
5b7fd9ad88
commit
ad42d88fb2
1 changed files with 0 additions and 1 deletions
|
|
@ -372,7 +372,6 @@ class FlaskGroup(AppGroup):
|
||||||
# However, we will not do so silently because that would confuse
|
# However, we will not do so silently because that would confuse
|
||||||
# users.
|
# users.
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
pass
|
|
||||||
return sorted(rv)
|
return sorted(rv)
|
||||||
|
|
||||||
def main(self, *args, **kwargs):
|
def main(self, *args, **kwargs):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue