Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
ben9583 committed Oct 21, 2021
1 parent 887e7ab commit 292c016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocflib/org/meeting_hours.py
Expand Up @@ -2,12 +2,12 @@
All times are assumed to be OST (OCF Standard Time).
"""

from collections import namedtuple
from datetime import date
from datetime import datetime
from datetime import timedelta
from time import localtime

from yaml import safe_load

MEETING_HOURS_FILE = '/etc/ocf/meeting_hours.yaml'
Expand Down

0 comments on commit 292c016

Please sign in to comment.