mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-20 21:32:06 +02: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
|
||||
|
@@ -178,7 +178,6 @@ class Link:
|
||||
raise
|
||||
|
||||
def _asdict(self, extended=False):
|
||||
from core.models import Snapshot
|
||||
info = {
|
||||
'schema': 'Link',
|
||||
'url': self.url,
|
||||
|
Reference in New Issue
Block a user