mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
Removing erroneous import from async_status
This commit is contained in:
committed by
Matt Clay
parent
204e83aeed
commit
2aad8bd882
@@ -79,7 +79,6 @@ def main():
|
||||
data = None
|
||||
try:
|
||||
data = file(log_path).read()
|
||||
import q; q(data)
|
||||
data = json.loads(data)
|
||||
except Exception:
|
||||
if not data:
|
||||
|
||||
Reference in New Issue
Block a user