python3 only: remove six.moves imports
This commit is contained in:
parent
844382b1e8
commit
548a73f121
33 changed files with 75 additions and 121 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import json
|
||||
from datetime import timedelta
|
||||
from itertools import zip_longest
|
||||
import json
|
||||
|
||||
from six.moves import zip_longest
|
||||
from celery.task import task, periodic_task
|
||||
|
||||
from app.utils import limit_rate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue