Skip to content

Commit

Permalink
#120 - Add Q&A session page
Browse files Browse the repository at this point in the history
- Fix linting
  • Loading branch information
jcklie committed Nov 15, 2020
1 parent 8234ba4 commit dd4559d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions miniconf/site_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,6 @@ class QaSession:
end_time: datetime
subsessions: List[QaSubSession]

@property
def session(self) -> str:
start = self.start_time.astimezone(pytz.utc)
start_date = f'{start.strftime("%b")} {start.day}'
return f"{self.session_name}: {start_date}"

@property
def time_string(self) -> str:
start = self.start_time.astimezone(pytz.utc)
Expand Down

0 comments on commit dd4559d

Please sign in to comment.