Skip to content

Commit ad16fb7

Browse files
committed
run formatter
1 parent abfa842 commit ad16fb7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/utils/get_schedule.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ def t(h, m):
9898
"time": f"{time_format(period_start, 'g:i A')} - {time_format(period_end, 'g:i A')}",
9999
"course": f"Period {period_num}"
100100
if not is_personal
101-
else courses.get(period_num, {}).get("name") or f"Period {period_num}",
101+
else courses.get(period_num, {}).get("name")
102+
or f"Period {period_num}",
102103
},
103104
"time": {
104105
"start": period_start,

0 commit comments

Comments
 (0)