thanks pyflakes
This commit is contained in:
parent
9ca4a2530c
commit
cb53bb6514
2 changed files with 1 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from weboob.capabilities.base import CapBaseObject
|
from weboob.capabilities.base import CapBaseObject, NotLoaded
|
||||||
|
|
||||||
class Thumbnail(CapBaseObject):
|
class Thumbnail(CapBaseObject):
|
||||||
def __init__(self, url):
|
def __init__(self, url):
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
from dateutil import tz
|
from dateutil import tz
|
||||||
from logging import warning
|
from logging import warning
|
||||||
from random import random
|
|
||||||
from time import time, sleep
|
from time import time, sleep
|
||||||
from tempfile import gettempdir
|
from tempfile import gettempdir
|
||||||
import os
|
import os
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue