Fix indents

This commit is contained in:
Benjamin Renard 2018-12-12 17:23:27 +01:00
parent 41a2dde02c
commit 664a8bc0e3
2 changed files with 122 additions and 124 deletions

View File

@ -205,5 +205,3 @@ def is_closed(normal_opening_hours_values=[],exceptional_closures_values=[],nonw
# Not a nonworking day, not during exceptional closure and no normal opening hours defined => Opened
return {'closed': False, 'exceptional_closure': False, 'exceptional_closure_all_day': False}