Skip to content

Commit

Permalink
chore: remove time from description
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Jan 23, 2025
1 parent 06b2771 commit 2f81796
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core_courses/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ def description(self):
"Group": self.group,
"Course": self.course,
# "Subject": self.subject,
"Time": f"{self.start_time.strftime('%H:%M')} - {self.end_time.strftime('%H:%M')}",
}

r = {k: v for k, v in r.items() if v}
Expand Down

0 comments on commit 2f81796

Please sign in to comment.