Fix indents
This commit is contained in:
parent
41a2dde02c
commit
664a8bc0e3
2 changed files with 122 additions and 124 deletions
|
@ -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
|
# 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}
|
return {'closed': False, 'exceptional_closure': False, 'exceptional_closure_all_day': False}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue