mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-06 12:10:18 -05: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