From 967a049985db1b73d66a34dc76010170b19fbe38 Mon Sep 17 00:00:00 2001 From: Antoine Lorence Date: Sat, 22 Jul 2017 13:43:29 +0200 Subject: [PATCH] Fix coding style issue This should remove PEP8 issues introduced with last commit and reported by Flake8 --- watson/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watson/models.py b/watson/models.py index c3cf44f..49c84b2 100644 --- a/watson/models.py +++ b/watson/models.py @@ -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()