[FIX]lint errors

This commit is contained in:
aheficent
2017-08-10 18:17:35 +02:00
committed by Nicolas Mac Rouillon
parent 3c358e6df5
commit 34014b3fbd
2 changed files with 2 additions and 2 deletions

View File

@@ -569,4 +569,3 @@ class BiSQLView(models.Model):
sql_view.view_name)
self.env.cr.execute(req)
sql_view.size = self.env.cr.fetchone()[0]