From 3269a9f724cea6612f6cd6a6561749844c815593 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Sat, 29 Feb 2020 17:50:41 +0800 Subject: [PATCH] pep8 --- oneforall/common/crawl.py | 3 +-- oneforall/common/query.py | 1 - oneforall/common/resolve.py | 1 - oneforall/common/search.py | 2 -- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/oneforall/common/crawl.py b/oneforall/common/crawl.py index 5bcea71..eda098c 100644 --- a/oneforall/common/crawl.py +++ b/oneforall/common/crawl.py @@ -1,10 +1,9 @@ -# coding=utf-8 from .module import Module class Crawl(Module): """ - + 爬虫基类 """ def __init__(self): Module.__init__(self) diff --git a/oneforall/common/query.py b/oneforall/common/query.py index 2e179ee..7f4f78c 100644 --- a/oneforall/common/query.py +++ b/oneforall/common/query.py @@ -1,4 +1,3 @@ -# coding=utf-8 from .module import Module diff --git a/oneforall/common/resolve.py b/oneforall/common/resolve.py index 0b88cbd..d33c6e4 100644 --- a/oneforall/common/resolve.py +++ b/oneforall/common/resolve.py @@ -1,4 +1,3 @@ -import signal import socket import asyncio import functools diff --git a/oneforall/common/search.py b/oneforall/common/search.py index eb19fa9..6802c45 100644 --- a/oneforall/common/search.py +++ b/oneforall/common/search.py @@ -1,5 +1,3 @@ -# coding=utf-8 -import requests import config from .module import Module from . import utils