Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
aditeyabaral committed Apr 30, 2024
1 parent 2e3cc60 commit 850ab4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pesuacademy/pesuacademy.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def attendance(self, semester: Optional[int] = None) -> dict[int, list[Course]]:
attendance_info = self.page_handler.get_attendance(semester)
return attendance_info


def seating_information(self) -> list[SeatingInformation]:
"""
Get the seating information of the currently authenticated user.
Expand Down

0 comments on commit 850ab4b

Please sign in to comment.