From 490107b4034e7f03ee1a23995b29cb1c0771bc1c Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Mon, 18 Mar 2019 20:22:59 +0800 Subject: [PATCH] updated import logic --- crawlab/bin/run_worker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/crawlab/bin/run_worker.py b/crawlab/bin/run_worker.py index 7fa68edb..92bf85d5 100644 --- a/crawlab/bin/run_worker.py +++ b/crawlab/bin/run_worker.py @@ -1,6 +1,5 @@ import sys import os -from celery import Celery # make sure the working directory is in system path file_dir = os.path.dirname(os.path.realpath(__file__))