mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 13:36:22 +01:00
Remove unneeded __future__ imports
This commit is contained in:
parent
87850cbb7f
commit
a0fabf3e57
4 changed files with 0 additions and 8 deletions
|
|
@ -2,8 +2,6 @@
|
|||
# vim:fileencoding=utf-8
|
||||
# License: GPL v3 Copyright: 2020, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
from collections import defaultdict
|
||||
from itertools import chain
|
||||
from operator import itemgetter
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
# vim:fileencoding=utf-8
|
||||
# License: GPL v3 Copyright: 2020, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
import os
|
||||
from textwrap import fill
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
# vim:fileencoding=utf-8
|
||||
# License: GPL v3 Copyright: 2020, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
import os
|
||||
from calibre.constants import config_dir
|
||||
from calibre.utils.config import JSONConfig
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
# vim:fileencoding=utf-8
|
||||
# License: GPL v3 Copyright: 2020, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
import re
|
||||
|
||||
from PyQt5.Qt import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue