mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-16 00:53:10 +00:00
Fix coding style issue
This should remove PEP8 issues introduced with last commit and reported by Flake8
This commit is contained in:
parent
f5e173e1a2
commit
967a049985
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue