Removing erroneous import from async_status

This commit is contained in:
James Cammarata 2016-07-07 13:45:12 -05:00 committed by Matt Clay
parent 204e83aeed
commit 2aad8bd882

View file

@ -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: