From fbddb6bde207a34753699efe6fd6b4228842f6a0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 4 Jul 2022 20:39:24 +0530 Subject: [PATCH] Avoid repeated import --- src/calibre/debug.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/debug.py b/src/calibre/debug.py index 0ae1cbdd37..8879f5d50d 100644 --- a/src/calibre/debug.py +++ b/src/calibre/debug.py @@ -317,7 +317,6 @@ def main(args=sys.argv): plugin.cli_main([plugin.name] + args[1:]) elif opts.run_test: from calibre.utils.run_tests import run_test - from calibre.constants import debug debug(False) run_test(opts.run_test) elif opts.diff: