mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 06:17:53 +10:00
fix lint errors2
This commit is contained in:
@@ -71,7 +71,7 @@ AUTHENTICATION_BACKENDS = [
|
||||
DEBUG_TOOLBAR = False
|
||||
if DEBUG:
|
||||
try:
|
||||
import debug_toolbar
|
||||
import debug_toolbar # noqa
|
||||
DEBUG_TOOLBAR = True
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user