Remove useless pass
This commit is contained in:
parent
ae6617e85d
commit
c53aa3affe
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