mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Fix flake8 E305 errors.
This commit is contained in:
@@ -67,6 +67,7 @@ def with_verbosity(f):
|
||||
return f(*args, **kwargs)
|
||||
return wrapper
|
||||
|
||||
|
||||
Display.verbose = with_verbosity(Display.verbose)
|
||||
|
||||
|
||||
@@ -89,4 +90,5 @@ def display_with_context(f):
|
||||
event_context.remove_local(uuid=None)
|
||||
return wrapper
|
||||
|
||||
|
||||
Display.display = display_with_context(Display.display)
|
||||
|
||||
Reference in New Issue
Block a user