mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
fix flake8
This commit is contained in:
@@ -58,6 +58,7 @@ u = str(uuid4())
|
|||||||
|
|
||||||
STATUS_OPTIONS = ('successful', 'failed', 'error', 'canceled')
|
STATUS_OPTIONS = ('successful', 'failed', 'error', 'canceled')
|
||||||
|
|
||||||
|
|
||||||
class YieldedRows(StringIO):
|
class YieldedRows(StringIO):
|
||||||
|
|
||||||
def __init__(self, job_id, rows, created_stamp, modified_stamp, *args, **kwargs):
|
def __init__(self, job_id, rows, created_stamp, modified_stamp, *args, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user