mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
6c72be83c6
commit
858c9aa602
@ -4,10 +4,10 @@
|
||||
import json
|
||||
import re
|
||||
import time
|
||||
from uuid import uuid4
|
||||
from collections import defaultdict
|
||||
from datetime import datetime, timedelta
|
||||
from urllib.parse import quote, urlencode
|
||||
from uuid import uuid4
|
||||
|
||||
from html5_parser import parse
|
||||
from lxml import etree
|
||||
|
@ -4,10 +4,10 @@
|
||||
import json
|
||||
import re
|
||||
import time
|
||||
from uuid import uuid4
|
||||
from collections import defaultdict
|
||||
from datetime import datetime, timedelta
|
||||
from urllib.parse import quote, urlencode
|
||||
from uuid import uuid4
|
||||
|
||||
from html5_parser import parse
|
||||
from lxml import etree
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
import json
|
||||
import time
|
||||
from uuid import uuid4
|
||||
from datetime import datetime, timedelta
|
||||
from urllib.parse import quote, urlencode
|
||||
from uuid import uuid4
|
||||
|
||||
from html5_parser import parse
|
||||
from lxml import etree
|
||||
|
Loading…
x
Reference in New Issue
Block a user