Merge pull request #868 from cclauss/patch-2
Comment: F821 undefined name is done on purpose
This commit is contained in:
commit
c866759bd4
|
@ -24,7 +24,7 @@ def handler_3(request):
|
|||
|
||||
@exception_handler_app.route('/4')
|
||||
def handler_4(request):
|
||||
foo = bar
|
||||
foo = bar # noqa -- F821 undefined name 'bar' is done to throw exception
|
||||
return text(foo)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user