Skip to content

Commit

Permalink
Fix linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Nov 5, 2017
1 parent e6acfe4 commit 7955cd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,5 @@ def clean(self):
validate_time(self.start, 'start')
validate_time(self.end, 'end')
validate_duration(self)
validate_unique_period(TummyTime.objects.filter(child=self.child), self)
validate_unique_period(
TummyTime.objects.filter(child=self.child), self)

0 comments on commit 7955cd0

Please sign in to comment.