pep8 🐱

This commit is contained in:
Ricter Z 2016-02-02 13:28:07 +08:00
parent c6db6b81c2
commit 3f1fd39747
5 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
# coding: utf-8
from __future__ import print_function
from constant import DETAIL_URL, IMAGE_URL
from logger import logger

View File

@ -1,3 +1,4 @@
# coding: utf-8
from __future__ import print_function
import sys
import re