mirror of https://github.com/snachodog/mybuddy.git
Fix linting error.
This commit is contained in:
parent
e6acfe4e75
commit
7955cd04a7
|
@ -322,4 +322,5 @@ class TummyTime(models.Model):
|
|||
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)
|
||||
|
|
Loading…
Reference in New Issue