Skip to content

Commit

Permalink
refactor(events): rm unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Mar 16, 2023
1 parent 6acba73 commit ef63fd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/events/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ def get_md_width(cls, value):
}[value]


EVENT_ROOMS = {Location.R0, Location.R1, Location.R2, Location.R3, Location.R4}


class BaseEvent(ConferenceRelated):
"""Base interface for all events in the schedule.
"""
Expand Down

0 comments on commit ef63fd2

Please sign in to comment.