Fix coding style issue

This should remove PEP8 issues introduced with last commit and reported by Flake8
This commit is contained in:
Antoine Lorence 2017-07-22 13:43:29 +02:00
parent f5e173e1a2
commit 967a049985

View file

@ -40,7 +40,7 @@ class SearchEntry(models.Model):
content_type = models.ForeignKey(
ContentType,
on_delete = models.CASCADE,
on_delete=models.CASCADE,
)
object_id = models.TextField()