mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 07:53:09 +02:00
Remove unused imports
This commit is contained in:
parent
cbf6e80b08
commit
79dfb222ab
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
builtins.__dict__['dynamic_property'] = lambda func: func(None)
|
||||
|
||||
|
||||
from calibre.constants import iswindows, preferred_encoding, plugins, ismacos, islinux, ishaiku, DEBUG, isfreebsd, plugins_loc
|
||||
from calibre.constants import iswindows, preferred_encoding, plugins, ismacos, islinux, DEBUG, isfreebsd
|
||||
|
||||
_run_once = False
|
||||
winutil = winutilerror = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue