Skip to content

Commit

Permalink
chore(events/model): remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Apr 15, 2024
1 parent 1cf6e66 commit 134b60e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/events/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,6 @@ class Location:
R4 = '7-r4'
OTHER = '8-oth'

@classmethod
def get_md_width(cls, value):
return {
'2-all': 4,
'3-r012': 3,
'4-r0': 1,
'5-r1': 1,
'6-r2': 1,
'1-r3': 1,
'7-r4': 1,
'8-oth': 1,
}[value]


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

0 comments on commit 134b60e

Please sign in to comment.