This commit is contained in:
Kovid Goyal 2022-07-15 16:14:55 +05:30
parent 6b585c49fb
commit 2d0816daa0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 3 additions and 4 deletions

View File

@ -747,7 +747,6 @@ class ReadingTest(BaseTest):
# }}}
def test_template_db_functions(self): # {{{
from calibre.ebooks.metadata.book.base import Metadata
from calibre.ebooks.metadata.book.formatter import SafeFormat
formatter = SafeFormat()

View File

@ -12,7 +12,7 @@ __copyright__ = '2010, Kovid Goyal <kovid@kovidgoyal.net>'
__docformat__ = 'restructuredtext en'
import inspect, re, traceback, numbers
from contextlib import contextmanager, suppress
from contextlib import suppress
from datetime import datetime, timedelta
from functools import partial
from math import trunc, floor, ceil, modf