Browse Source

fix unused import

Nick Sweeting 4 years ago
parent
commit
3c2f4c95cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      archivebox/core/models.py

+ 1 - 1
archivebox/core/models.py

@@ -2,7 +2,7 @@ __package__ = 'archivebox.core'
 
 import uuid
 
-from django.db import models, transaction
+from django.db import models
 from django.utils.functional import cached_property
 from django.utils.text import slugify
 from django.core.cache import cache