This commit is contained in:
Kovid Goyal 2025-08-08 11:36:11 +05:30
parent 9e241d01ed
commit 363d95630b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -236,7 +236,8 @@ def available_engines() -> dict[str, EngineMetadata]:
continue
try:
import calibre_extensions.piper
import calibre_extensions.piper as check_that_piper_imports
del check_that_piper_imports
except ImportError:
pass
else: