dongzhaorui 3 年之前
父节点
当前提交
6bcd866b04
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      find_source/crawler/engines.py

+ 1 - 2
find_source/crawler/engines.py

@@ -1,14 +1,13 @@
 from abc import abstractmethod, ABCMeta
 
 from common.execptions import QccError
-from common.tools import html2element
 from constants import (
     ORGANIZATION,
     KEYWORD
 )
 from crawler.analysis import parse_urls
 from crawler.download import Downloader
-from crawler.utils import get_url
+from crawler.utils import get_url, html2element
 from settings import ENGINE_FEATURE_RETRIEVES