Removing erroneous import from async_status

pull/18777/head
James Cammarata 8 years ago 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:

Loading…
Cancel
Save