Skip to content

Commit

Permalink
project_task_scheduling: Fix E231 flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestotejeda committed Sep 19, 2018
1 parent 4e5a21e commit 07022bb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ class ProjectTaskScheduling(models.TransientModel):
compute='_compute_delayed_tasks'
)
evaluation = fields.Float(
digits=(16,4)
digits=(16, 4),
)
task_scheduling_ids = fields.One2many(
comodel_name='project.task.scheduling',
Expand Down

0 comments on commit 07022bb

Please sign in to comment.